Skip to content

Commit 6f70781

Browse files
committed
Added setup images to repo and updated tutorial file
1 parent fc74a35 commit 6f70781

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
6.8 KB
Loading
43.8 KB
Loading

version-control/set-up/tutorial.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,18 @@ You can check what identities have been added to the ssh-agent by typing:
8888
ssh-add -l
8989
```
9090

91+
## Set-up and Connect to a Github Account
92+
Now that we have Git working on our local system and the SSH keys we'll need in order to connect to a remote service, let's set-up the Github account so we can then finish connecting the two.
93+
94+
### Sign-up for a Github Account
95+
Navigate to [https://github.com/](https://github.com/) and from the home page sign-up for an account.
96+
97+
![Sign-up for a Github account](images/setup-get-a-github-account.png)
98+
99+
Be sure to choose the free pricing plan.
100+
101+
![Github Free Pricing Plan](images/setup-choose-pricing-plan.png)
102+
91103
### Adding the SSH Key to Github
92104

93105

0 commit comments

Comments
 (0)