Skip to content

Commit 76644e3

Browse files
nasamuffingitster
authored andcommitted
documentation: add tutorial 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. Reviewed-by: Johannes Schindelin <[email protected]> Reviewed-by: Jonathan Tan <[email protected]> Signed-off-by: Emily Shaffer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ffac537 commit 76644e3

File tree

2 files changed

+1075
-0
lines changed

2 files changed

+1075
-0
lines changed

Documentation/Makefile

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

76+
TECH_DOCS += MyFirstContribution
7677
TECH_DOCS += SubmittingPatches
7778
TECH_DOCS += technical/hash-function-transition
7879
TECH_DOCS += technical/http-protocol

0 commit comments

Comments
 (0)