An open API service indexing awesome lists of open source software.

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.

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/)