Added link for 'version control by example'

This commit is contained in:
Sake Blok 2020-09-05 13:01:43 +02:00
parent 39445a7863
commit 8094889dbb

View file

@ -9,4 +9,5 @@ This repository contains "Ry's GIT tutorial" and associated files, as they are n
- 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")
- [Github flow model](https://guides.github.com/introduction/flow/ "Github flow")
- [Version Control by EXAMPLE](https://ericsink.com/vcbe/html/index.html "Version Control by EXAMPLE")