Add link to SSH wiki page

Anthony Wang 2022-08-13 12:35:35 -05:00
parent b4ec0b0049
commit b90c2961bf

@ -11,7 +11,7 @@ Assuming you want to start a project of your own, whether it's code-based or a d
For this guide we'll just make a repository called `test-repo`. You can also check the option to make it a private repository, if you don't want other users to look at your project. After this, we'll have an empty repository (unless you clicked the option to initialize it with a README and license).
The best way to get started is to open up a terminal (or better yet, SSH into Exozyme!) and clone your repository. A simple `git clone https://git.exozy.me/myuser/myrepo` should do. If you like, you can set up an SSH key to easily clone and push without using a password.
The best way to get started is to open up a terminal (or better yet, [SSH](SSH) into exozyme!) and clone your repository. A simple `git clone https://git.exozy.me/myuser/myrepo` should do. If you like, you can set up an SSH key and add it to your Gitea account to easily clone and push without using a password.
## 3. git commit