1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Git Help
========
Additional information about [Git] may be obtained at these sites:
* ITK Git cheat sheet
* [ITK Git PDF desk reference](./GitCheatSheet.pdf)
* General resources
* [Git Homepage][Git]
* [GitHub Try Git In Your Browser](https://try.github.io/)
* [Git Documentation Wiki](https://git.wiki.kernel.org/index.php/GitDocumentation)
* [Everyday Git](https://www.kernel.org/pub/software/scm/git/docs/giteveryday.html)
* [GitHub Services](https://services.github.com/)
* Development models with Git
* [A Visual Git Reference](https://marklodato.github.io/visual-git-guide/)
* [A successful Git branching model](https://nvie.com/posts/a-successful-git-branching-model/)
* [PDF](https://github.com/downloads/nvie/gitflow/Git-branching-model.pdf) version.
* [LearnGitBranching - Web application designed to help beginners grasp the powerful concepts behind branching](https://learngitbranching.js.org/)
* Cheat sheets
* [Git cheat sheet](http://cheat.errtheblog.com/s/git)
* [GitHub Git cheat sheet](https://services.github.com/on-demand/downloads/github-git-cheat-sheet/)
* [PDF](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf) version.
* Git books
* [Pro Git book](https://git-scm.com/book/en/v2)
* [Pro Git: Setup](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup)
* [Pro Git: Basic Branching](https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging)
* [Pro Git: Recording Changes](https://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository)
* [Pro Git: Changing the Last Commit](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-the-Last-Commit)
* [Pro Git: Changing Multiple Commits](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages)
* [Pro Git: Rebasing](https://git-scm.com/book/en/v2/Git-Branching-Rebasing)
[Git]: https://git-scm.com/
|