We have prepared this repository as a place where you can practice git and GitHub in preparation for working with projects.
For learning about Git, online resources exist.
- Git SCM
- The book goes through all the essentials of git, using the command line. Later chapters introduce how to use git in different workflows, including agile software development.
- Several translations of the book exist, for example into Spanish.
For GitHub-specific information, we refer you to the GitHub starter material provided by GitHub.
A small set of tasks have been prepared for you to practice the basics. You can find the list of tasks here.
If you have not worked with git before, reading chapters 1-3 of Git SCM should get you up to speed on the commands you need to know to start working.
If you have worked with git before, be sure to refresh the sections related to workflow (3.4 and chapter 5).