Merge pull request #25 from koppor/patch-2

Add "Flight rules for Git"
This commit is contained in:
Dick Tang 2018-04-13 16:12:26 +08:00 committed by GitHub
commit 540a92f73c
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) - 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