Add Pro Git book to list of resources

Pro Git is considered part of the official documentation and it is a
great resource for learning git. I think it should not be mising here.
This commit is contained in:
David Paz 2022-10-30 21:37:40 +01:00 committed by GitHub
parent 727b14ea2e
commit b421e81573
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>