File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ title : Hacking Git
4+ ---
5+
6+ The goal of this document is not to be a tutorial but rather to point
7+ people to interesting material that has already been written.
8+
9+ ## Getting started
10+
11+ * [ "INSTALL"] ( https://github.com/git/git/blob/master/INSTALL )
12+
13+ * [ "My First Contribution"] ( https://git-scm.com/docs/MyFirstContribution )
14+
15+ * [ "My First Object Walk"] ( https://github.com/git/git/blob/master/Documentation/MyFirstObjectWalk.txt )
16+
17+ * [ Matheus' tutorial] ( https://matheustavares.gitlab.io/posts/first-steps-contributing-to-git )
18+
19+ ## Conventions and processes
20+
21+ * [ "CodingGuidelines"] ( https://github.com/git/git/blob/master/Documentation/CodingGuidelines )
22+
23+ * [ "SubmittingPatches"] ( https://git-scm.com/docs/SubmittingPatches/ )
24+
25+ ## Debugging
26+
27+ * [ Git for Windows' Debugging Git] ( https://github.com/git-for-windows/git/wiki/Debugging-Git )
28+
29+ * [ Launching gdb explanations in CodingGuidelines] ( https://github.com/git/git/blob/master/Documentation/CodingGuidelines#L435-L439 )
30+
31+ * [ Explanations by Philippe Blain] ( https://github.com/gitgitgadget/git/pull/582#issuecomment-599845508 )
32+
33+ ## Tests
34+
35+ * [ "t/README"] ( https://github.com/git/git/blob/master/t/README )
You can’t perform that action at this time.
0 commit comments