Setup
Last updated
Last updated
In the top-right corner of the Git-Games repository, click the Fork button.
On GitHub, navigate to your fork of the Git-Started.
Under the repository name, click Clone or download.
Copy the link provided.
On your local machine navigate the Git Bash where you want your Git-Started folder to be.
You can do that either by:
Typing a command $ cd ~/desired/output/path
in Git Bash terminal.
Navigating through your folders and right-clicking where you want your game added, then selecting an option Git Bash Here in the displayed menu.
In Git Bash terminal execute a command:
Skip the next step if you will play a singleplayer game!
In your browser navigate to the linkYouCopiedEarlier
Under your repository name, click Settings.
In the left sidebar, click Collaborators.
Under Collaborators, start typing the collaborator's username.
Select the collaborator's username from the drop-down menu.
Click Add collaborator.
The user will receive an email inviting them to the repository. Once they accept your invitation, they will have collaborator access to your repository.
Another player should Create a Local Clone of the Repository as well, but clone your forked repository instead of the original Git-Started repository.