Git : the basis
You can find the partial guide and a presentation support and in this repository and compile them into .pdf format with the following commands:
R -e 'install.packages("rmarkdown", repos = "https://cloud.r-project.org")'
make
Partial guide
The practical guide is decomposed in three sections.
- In the first part Git Alone , you will learn to use the basic Git command.
- In the second part Git remote , you will learn to interact with a Git remote repository
- In the last part Git together , you will learn to work in collaboration with another person using Git.
Presentation support
The presentation support, provide advanced details on the mechanisms behind Git. It can be read independently from the partial guide.