Skip to content

Commit

Permalink
Supplied meaning to this experience, and some advice about identity. C…
Browse files Browse the repository at this point in the history
  • Loading branch information
drphilmarshall committed Sep 9, 2015
1 parent 4c75fb1 commit 4fa7bc6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ For a video tutorial that should (hopefully) get you from git newbie to being ab
## FAQ

* [What is Git? And GitHub?](#whatisgit)
* [Who am I? And how did I get here?](#seriouslylost)
* [Slow down. What is a "versioning system"?](#versioning)
* [Who am I? And how did I get here?](#seriouslylost)
* [How do I contribute to a project on GitHub?](#contributing)
* [How do I get the latest version of the repository?](#updating)
* [How do I commit my edits?](#committing)
Expand Down Expand Up @@ -262,6 +262,18 @@ As you might have guessed, git pull is actually a shortcut to two commands one a

[Back to top.](#top)

----------------------------------------------------------------------
#### <a name="seriouslylost"></a>Who am I? And how did I get here?

Your name should be written on your "profile" page, which you can reach by going to the [GitHub home
page](https://github.com/) and clicking on the little icon in the very top right hand corner of the page. It's a
good idea to enter your full name (and preferably some other public details about yourself) so that people can
find you and communicate with you on GitHub.

You are here because `git` and GitHub are incredibly useful research tools, that are well worth your time learning.

[Back to top.](#top)

----------------------------------------------------------------------
#### <a name="contributing"></a>How do I contribute to a project on GitHub?

Expand Down

0 comments on commit 4fa7bc6

Please sign in to comment.