-
Notifications
You must be signed in to change notification settings - Fork 804
How to use GitHub Desktop App
The GitHub desktop app provides an easy way for people not familar with git to interact with our respository.
- If you're on Windows, install Git from https://git-for-windows.github.io/
- Download and install the GitHub desktop app.
Once you've installed both of those, open up the GitHub deskop app. You will be presented with the following:
If you already have a GitHub account, click Sign in to GitHub.com
, otherwise click Skip this step
.
Enter your name and e-mail address in the fields provided and click continue
Tick/untick the Yes, submit periodic usage stats
per your preference and click Finish
.
Click Clone a repository from the internet…
. You will then see a dialog.
-
In the Repository URL field, enter:
https://github.com/Hari-Nagarajan/fairgame.git
-
Use the
Choose
button by theLocal path
field to pick the location the repository will be cloned to. -
Click
Clone
GitHub Desktop will then clone (download) the repository to your selected location and show you the repository home screen as shown below.
Now all you have to do to update in the future is click the Fetch origin
button in the top bar.