To most effectively use Version Control with WayScript, you must set up your SSH credentials.
Do this step on your local terminal or command prompt.
Follow this guide on GitHub for help generating an SSH key.
This command will copy your private key file to your clipboard, you can paste it to the private key field Note: your private key file name default is id_ed25519.
Mac:
pbcopy < ~/.ssh/<YOUR_PRIVATE_KEY_FILE_NAME>
Windows:
clip < ~/.ssh/<YOUR_PRIVATE_KEY_FILE_NAME>
{% hint style="info" %}
If clip
or pbcopy
isn't working, you can locate the hidden .ssh
folder, open the file in your favorite text editor, and copy it to your clipboard.
{% endhint %}
Head to Settings > Version Control
Paste your Git SSH key, passphrase, email, and username.
Head over to GitHub and make sure your SSH key is setup there.
Once your credentials are setup in WayScript, you can use GitHub in the terminal just like you would on your local computer.
With the Desktop App, you can use WayScript in conjunction with GitHub Desktop or whatever version control system you prefer.