Git resources for learning
Learn Git
Git cheat sheet: Always handy if you don’t remember the basic commands for the terminal.
Learn git concepts, not commands: Very nice blogpost. Explains really well the concepts of git, also more advanced ones like
rebase
orcherry-pick
.How to write good commit messages: Explains why good commit messages are important and gives 7 rules for writing them.
Git book: Explains git concepts from the very beginning.
Git ❤️ command line
- Follow this Git training for learning the Git concepts in the command line.
Git ❤️ R
There is a whole book on using Git with R that explains the setup in detail but also goes into more advanced topics.
Follow this step by step guide to set up Git and a GitHub connection in R and R Studio
Git ❤️ GitHub Desktop
- There are detailed step by step guides on how to set up GitHub Desktop and how to work with in the GitHub Desktop Documentation