Skip to content
Snippets Groups Projects
Commit a33619c1 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Dont have a list with all items starting with "This" in the contribution guide.

parent a09a1daf
No related branches found
No related tags found
No related merge requests found
......@@ -35,17 +35,17 @@ can be applied in five minutes using two or three commands, chances are a
developer will much more easily find the time to do so. Git is really popular,
so there are tons of tutorials all over the web. Here are some pointers:
* [This](http://try.github.io/) is a very quick, hands-down introduction
* http://try.github.io/ is a very quick, hands-down introduction
to Git that allows you to try out Git directly in your browser.
Requires a GitHub account to continue at some point, though.
* [This](http://git-scm.com/book) is a very well-written and detailed resource
* http://git-scm.com/book is a very well-written and detailed resource
for all things Git. Chapter 2 is a great introduction to Git that also explains
a little bit how Git works, which really helps to reduce the number of
*WTF just happened?* moments. ;-)
* [This](http://eagain.net/articles/git-for-computer-scientists/) is a short and
* http://eagain.net/articles/git-for-computer-scientists/ is a short and
sweet explanation of what Git does at a fundamental level - just the thing for
scientists! ;-)
* [This](http://git-scm.com/doc/ext) is a collection of both introductory and
* http://git-scm.com/doc/ext is a collection of both introductory and
more in-depth Git resources.
Whatever you do, make sure to set your Git identity so that the commits tell us who authored them!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment