]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/Makefile
documentation: add tutorial for first contribution
authorEmily Shaffer <emilyshaffer@google.com>
Fri, 17 May 2019 19:07:02 +0000 (12:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 May 2019 02:01:23 +0000 (11:01 +0900)
commit76644e3268b09605b7a181f06a10a53095993ab0
tree043cfdd5eb9167ec9063b017b45a2db542122237
parentffac537e6cbbf934b08745a378932722df287a53
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 <johannes.schindelin@gmx.de>
Reviewed-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/MyFirstContribution.txt [new file with mode: 0644]