From 7d587e71b09d646a87111d92db0dd85a4e45e400 Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Sat, 5 Sep 2020 12:08:54 +0200 Subject: [PATCH 1/3] Corrected a link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 803dd21..3de7a65 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ This repository contains "Ry's GIT tutorial" and associated files, as they are n - 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 +- [Git Repo cleaner](https://rtyley.github.io/bfg-repo-cleaner/ "Git repo Cleaner") +- [Github flow model](https://guides.github.com/introduction/flow/ "Github flow") From 0488dfa2773a270444098702ac170e0ed0cb56df Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Sat, 5 Sep 2020 12:09:41 +0200 Subject: [PATCH 2/3] Changed page title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3de7a65..b558b64 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ry-s-git-tutorial +# Ry's GIT tutorial 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. From c932f26b0769a39285551d014a31b093679af068 Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Sat, 5 Sep 2020 12:10:46 +0200 Subject: [PATCH 3/3] Small corrections to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b558b64..9addee9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ry's GIT tutorial -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. +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](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.