Joining an Existing Project - JonasEngstrom/overleaf-article-template GitHub Wiki
So, you’ve been asked to join a project based on this template. To get started, you need to do a few things:
-
First, create an account on GitHub.
-
Second, go to the repository that you have been added to and click the green Code button and copy the HTTPS or SSH link.
-
Third, open the terminal on your computer, navigate to the directory where you want to store the files, and run the following command.
git clone --recursive <paste link from GitHub here> -
You should now be ready to go, but be sure to read up on the GitHub Flow. There is also a list of learning resources that can be helpful, if you’re new to working with the template.