A few links with git resources and tutorials.

This commit is contained in:
Dawid Weiss 2016-02-03 11:38:17 +01:00
parent 72b79308cb
commit c6ec006e24
1 changed files with 14 additions and 0 deletions

14
dev-tools/git/HELP.txt Normal file
View File

@ -0,0 +1,14 @@
A list of resources that may be helpful for those learning git:
- Dawid's task-oriented help:
https://github.com/dweiss/lucene-git-guides
- git for computer scientists (a nice writeup on how git is essentially a graph
of commits and labels attached to those commits):
http://eagain.net/articles/git-for-computer-scientists/
- git pro (book)
https://git-scm.com/book/en/v2
- git workflows, their pros and cons:
https://help.github.com/articles/what-is-a-good-git-workflow/