Re: [PATCH v3] documentation: add lab for first contribution

2019-04-22 Thread Emily Shaffer
On Sun, Apr 21, 2019 at 3:52 AM Junio C Hamano wrote: > > Emily Shaffer writes: > > > 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 > > intera

Re: [PATCH v3] documentation: add lab for first contribution

2019-04-21 Thread Junio C Hamano
Emily Shaffer writes: > 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 > dev

[PATCH v3] documentation: add lab for first contribution

2019-04-19 Thread Emily Shaffer
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