Git and Github tutorials: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__FORCETOC__ == Tutorials about Git == Here are some useful resources for learning the various Git commands: === For beginners === ; [https://git-scm.com/docs/user-manual....") |
|||
Line 20: | Line 20: | ||
#[https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners ''An Intro to Git and Github'' for beginners (Hubspot)] | #[https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners ''An Intro to Git and Github'' for beginners (Hubspot)] | ||
#[https://help.github.com/en/articles/creating-a-pull-request ''Creating a pull request'' (Github)] |
Revision as of 21:29, 18 June 2019
Tutorials about Git
Here are some useful resources for learning the various Git commands:
For beginners
- Git user manual
- The official Git user manual
- Github Cheat Sheet (PDF)
- Brief overview of commonly used Git commands
- Visual Git Cheat Sheet
- Interactive guide for visual learners
- Git tutorial video
- Excellent lecture given by Bart Trojanowski for the Ottawa Group of Ruby Enthusiasts. HIGHLY RECOMMENDED!
For more advanced users
- ProGit
- Excellent online book that discusses many of Git's features, and how to use them like a pro.
- GitMagic
- Descriptive online book that goes into the nitty-gritty of Git usage. A worthwhile read!