This repository contains the compilation of Ry's Git tutorial created by Sake Blok. I found this useful to learn git and wished to preserve it for future use if needed.
Find a file
2020-09-05 12:10:46 +02:00
01-undoing-changes.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
02-branches-1.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
03-branches-2.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
04-rebasing.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
05-rewriting-history.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
06-remotes.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
07-centralized-workflows.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
08-distributed-workflows.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
09-patch-workflows.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
10-tips-and-tricks.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
11-plumbing.zip Add the ZIP files with the example repositories 2020-09-02 10:07:58 +02:00
quick-reference.txt Extracted all the Quick references 2020-09-02 10:08:39 +02:00
quick-references.xlsx Extracted all the Quick references 2020-09-02 10:08:39 +02:00
README.md Small corrections to README.md 2020-09-05 12:10:46 +02:00
rys-git-tutorial.epub Added the epub 2020-09-02 10:06:42 +02:00

Ry's GIT tutorial

This repository contains "Ry's GIT tutorial" and associated files, as they are not hosted by Ryan Hodson himself anymore. I also created a compilation of the "Quick References" and added a couple of useful links to GIT related stuff.

  • The tutorial itself was downloaded from smashwords.
  • I also tracked down the mentioned ZIP files with the demo repository in all the stages.
  • As I find the quick notes in the tutorial handy, I compiled them into a txt file and into an Excel sheet. Enjoy!
  • Have a look at gitviz, a graphical representation of your repository, great for visualizing and learning the inner workings of git
  • Want to practice? Have a look at Learn Git Branching
  • Git GUI Sourcetree
  • Git Repo cleaner
  • Github flow model