From 39445a7863f40cd0534c794bb2886b44a8ac1f21 Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Sat, 5 Sep 2020 12:06:55 +0200 Subject: [PATCH] Added some links --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58e696a..803dd21 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # ry-s-git-tutorial -Here you can find the excellent GIT tutorial of Ryan Hodson. 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! \ No newline at end of file +This repository contains "Ry's GIT tutorial" and associated files, as they are not hosted by Ryan Hodson himself naymore. I added a compilation of the "Quick References" and added a couple of useful links to GIT related stuff. + +- The tutorial itself was downloaded from [smashwords](https://www.smashwords.com/books/view/498426 "Ry's GIT tutorial"). +- I also [tracked down](https://hamwaves.com/collaboration/doc/rypress.com/index.html "The ZIp files") 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](https://github.com/riezebosch/gitviz "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](https://learngitbranching.js.org/ "Learn Git Branching") +- Git GUI [Sourcetree](https://www.sourcetreeapp.com/ "Sourcetree") +- [Git Repo cleaner]https://rtyley.github.io/bfg-repo-cleaner/ "Git repo Cleaner") +- [Github flow model](https://guides.github.com/introduction/flow/ "Github flow") \ No newline at end of file