* [[http://git-scm.com/book/commands|Index of Commands]] * [[https://github.com/git/git/blob/master/Documentation/SubmittingPatches|SubmittingPatches]] //(some guidelines)// * [[http://git-scm.com/book/de/Git-Tools-Mit-Hilfe-von-Git-debuggen|Mit Hilfe von Git debuggen]] * Datei Annotation (git blame): //git blame -L 12,22 simplegit.rb// * Bisect (Binäre Suche): //git bisect start HEAD v1.0// * [[http://git-scm.com/book/de/Git-Tools-Submodule|Submodule]]: //git submodule add|status|init|update|...// [[http://git-scm.com/book/de/Git-Tools-Subtree-Merging|Subtree-Merging]] * **API**: [[https://developer.github.com/v3/|v3]] [[https://developer.github.com/v3/search/|search]]