https://github.com/danielbrito/pro-git
:octocat: Learning advanced concepts of version control.
https://github.com/danielbrito/pro-git
git self-learning version-control
Last synced: 9 months ago
JSON representation
:octocat: Learning advanced concepts of version control.
- Host: GitHub
- URL: https://github.com/danielbrito/pro-git
- Owner: DanielBrito
- Created: 2020-08-06T13:44:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T17:36:22.000Z (over 1 year ago)
- Last Synced: 2024-06-09T18:58:01.144Z (over 1 year ago)
- Topics: git, self-learning, version-control
- Homepage: https://git-scm.com/book/en/v2
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :octopus: Pro Git
Repo for practicing advanced concepts of version control.
## :books: Books
- [Pro Git](https://git-scm.com/book/en/v2) (Scott Chacon & Ben Straub)
## 📑 Resources
- [Git Cheat Sheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf) (GitLab)
- [Writing Better Git Commit Messages](https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/) (Natalie Pina)
- [17 Git Best Practices](https://itnext.io/17-git-best-practices-1988c7306e6b) (Mohammad-Ali A'RÂBI)
- [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
- [Semantic Commit Messages](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)
## :toolbox: Tools
- [GUI Clients](https://git-scm.com/downloads/guis)
- [Commitizen](https://github.com/commitizen/cz-cli)
- [Commitlint](https://github.com/conventional-changelog/commitlint)
- [Oh My Git!](https://ohmygit.org/)