Add "Flight rules for Git"

This commit is contained in:
Oliver Kopp 2018-03-29 08:53:15 +02:00 committed by GitHub
parent e600f747ad
commit 46eb43ac40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ Pull requests on interesting tools/projects/resources are welcome.
## Tutorial
*There are tons of learning material on the Web*
* [Flight rules for Git](https://github.com/k88hudson/git-flight-rules) - a guide about what to do when things go wrong
* [Try Git](https://try.github.io/) - learn Git in 15 minutes with pseudo-terminal interface
* [Atlassian Git Tutorial](https://www.atlassian.com/git/tutorials/) - comprehensive tutorial on Git
* [Use gitk to understand git](https://lostechies.com/joshuaflanagan/2010/09/03/use-gitk-to-understand-git/) - all important Git terms (commit, commit SHA, branch, merge, rebase) explained using gitk