From 8cc394c7b843c8d4c1e3ca095407529056994aef Mon Sep 17 00:00:00 2001 From: Milan Milanovic Date: Sun, 23 Oct 2022 12:45:38 +0200 Subject: [PATCH] Add GIT resources --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d7672..cdc9379 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,12 @@ This is a step by step guide on how to become a DevOps engineer, with links to r ### 1. GIT -- [Learn Git Branching](https://learngitbranching.js.org/) FREE - [Learn Git by Atlassian](https://www.atlassian.com/git) FREE +- [Learn Git Branching](https://learngitbranching.js.org/) FREE - [Learn Git & GitHub on CodeAcademy](https://www.codecademy.com/learn/learn-git) FREE +- [Git Command Explorer](https://gitexplorer.com/) FREE +- [Git Immersion](https://gitimmersion.com/index.html) FREE +- [A Visual Git Reference](http://marklodato.github.io/visual-git-guide/index-en.html) FREE ### 2. Learn programming language