Skip to content

Commit 5941c79

Browse files
nasamuffingitster
authored andcommitted
documentation: add lab for first contribution
This tutorial covers how to add a new command to Git and, in the process, everything from cloning git/git to getting reviewed on the mailing list. It's meant for new contributors to go through interactively, learning the techniques generally used by the git/git development community. Signed-off-by: Emily Shaffer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ffac537 commit 5941c79

File tree

2 files changed

+1066
-0
lines changed

2 files changed

+1066
-0
lines changed

Documentation/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technica
7474
SP_ARTICLES += $(API_DOCS)
7575

7676
TECH_DOCS += SubmittingPatches
77+
TECH_DOCS += MyFirstContribution
7778
TECH_DOCS += technical/hash-function-transition
7879
TECH_DOCS += technical/http-protocol
7980
TECH_DOCS += technical/index-format

0 commit comments

Comments
 (0)