1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-11 13:18:50 -03:00

Merge pull request #67 from unixorn/add-more-resources

Add more git clients, Add Book section to Other Resources
This commit is contained in:
Richard Littauer 2015-05-22 09:11:05 +07:00
commit a8e6825f90

View File

@ -53,6 +53,7 @@ For clarity's sake all examples in this document use a customized bash prompt in
- [Delete tag](#delete-tag) - [Delete tag](#delete-tag)
- [Deleted Patch](#deleted-patch) - [Deleted Patch](#deleted-patch)
- [Other Resources](#other-resources) - [Other Resources](#other-resources)
- [Books](#books)
- [Tutorials](#tutorials) - [Tutorials](#tutorials)
- [Scripts & Tools](#scripts-&-tools) - [Scripts & Tools](#scripts-&-tools)
@ -650,11 +651,16 @@ After commiting, change the author of the previous commit. To do this, see how t
# Other Resources # Other Resources
## Books
* [Pro Git](https://git-scm.com/book/en/v2) - Scott Chacon's excellent git book
## Tutorials ## Tutorials
* [git-workflow](https://github.com/asmeurer/git-workflow) - [Aaron Meurer](https://github.com/asmeurer)'s howto on using git to contribute to open source repositories * [git-workflow](https://github.com/asmeurer/git-workflow) - [Aaron Meurer](https://github.com/asmeurer)'s howto on using git to contribute to open source repositories
## Scripts & Tools ## Scripts & Tools
* [git-extra-commands](https://github.com/unixorn/git-extra-commands) - a collection of useful extra git scripts
* [Source Tree](https://www.sourcetreeapp.com/) - a free graphical git client for Windows and OS X * [Source Tree](https://www.sourcetreeapp.com/) - a free graphical git client for Windows and OS X
* [git-cola](https://git-cola.github.io/) - another git client for Windows and OS X
* [git-extra-commands](https://github.com/unixorn/git-extra-commands) - a collection of useful extra git scripts
* [gitx-dev](https://rowanj.github.io/gitx/) - another graphical git client for OS X