Merge pull request #1 from davidmpaz/master

Add Pro Git book to list of resources
This commit is contained in:
Milan Milanovic 2022-10-30 21:56:10 +01:00 committed by GitHub
commit ab0a569e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ Download [PDF version](DevOps%20Roadmap.pdf).
### 1. GIT
- [Pro Git Book](https://git-scm.com/book/en/v2) <sup>FREE</sup>
- [Learn Git by Atlassian](https://www.atlassian.com/git) <sup>FREE</sup>
- [Learn Git Branching](https://learngitbranching.js.org/) <sup>FREE</sup>
- [Learn Git & GitHub on CodeAcademy](https://www.codecademy.com/learn/learn-git) <sup>FREE</sup>