Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.74 KB

resources.md

File metadata and controls

26 lines (16 loc) · 1.74 KB

Where to go from here...

You have now set-up your basic git version control ingredients: Downloaded git, created a GitHub account and collected your first hands-on experiences with the basic git commands. But this is only the beginning. A couple of important git features that we have not covered during the workshop are branching, forking & pull-requests (but checkout this step-by-step instruction) and how to un-do things (see section troubleshooting below).

In this document we have listed some helpful resources for you to go beyond the basic recipe and become a real Git "connaisseur":

Step-by-step guides

Official git documentation

Git terminology

Troubleshooting