layout | title |
---|---|
default |
Hacking Git |
The goal of this document is not to be a tutorial but rather to point people to interesting material that has already been written.
-
"Installing from Source" in the Pro Git book
-
The top of the Makefile, for special "Makefile knobs"
-
"Hacking Git" in the Git User's Manual
-
"
Documentation/technical
", technical documentation (also viewable athttps://git-scm.com/docs/<file-name-without-.txt>
) -
Our General Microproject Information can help understand the process of contributing and find issues to work on.
-
"Large-Merging Workflows" in the Pro Git book
-
gitworkflows
manual page -
"How the Creators of Git do Branching", and the associated gitworkflow repository