File: git_help.md

package info (click to toggle)
insighttoolkit5 5.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 704,404 kB
  • sloc: cpp: 783,697; ansic: 628,724; xml: 44,704; fortran: 34,250; python: 22,874; sh: 4,078; pascal: 2,636; lisp: 2,158; makefile: 461; yacc: 328; asm: 205; perl: 203; lex: 146; tcl: 132; javascript: 98; csh: 81
file content (34 lines) | stat: -rw-r--r-- 2,002 bytes parent folder | download | duplicates (2)
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/