Skip to content

Instantly share code, notes, and snippets.

@valterlobo
Last active July 2, 2024 04:26
Show Gist options
  • Save valterlobo/0172f4e1224109a8854e764119fd1676 to your computer and use it in GitHub Desktop.
Save valterlobo/0172f4e1224109a8854e764119fd1676 to your computer and use it in GitHub Desktop.
Conventional Commits - GIT
FIX: Resolve um bug
FEAT: Inicia a implementação de uma feature.
CHORE: Trabalho em progresso de uma feature.
REFACTOR: Ajuste sem mudar lógica - Refatoração.
TEST: Implementa testes automatizados.
STYLE: Mudança de formatação do código - lint
PERF: Ajustes de performance
DOCS: Insere documentação
CI: Ajuste nas configurações do CI
BUILD: Ajuste nas configurações de build.
<tipo>[escopo opcional]: <descrição>
[corpo opcional]
[rodapé(s) opcional(is)]
https://www.conventionalcommits.org/pt-br/v1.0.0/
### GIT DICAS
- Tech Talk: Linus Torvalds on git: [https://youtu.be/4XpnKHJAok8](https://youtu.be/4XpnKHJAok8)
- ProGit: [https://git-scm.com/book/en/v2](https://git-scm.com/book/en/v2)
- GitFluence: [https://gitfluence.com/](https://gitfluence.com/)
- GitIgnore: [https://www.toptal.com/developers/gitignore/](https://www.toptal.com/developers/gitignore/)
- Chocolatey: [https://community.chocolatey.org/packages/git](https://community.chocolatey.org/packages/git)
- Markdown: [https://docs.github.com/pt/get-started/writing-on-github](https://docs.github.com/pt/get-started/writing-on-github)
- My Octocat: [https://myoctocat.com/](https://myoctocat.com/)
- GitHub Desktop: [https://desktop.github.com/](https://desktop.github.com/)
- GitHub Pages: [https://docs.github.com/en/pages/getting-started-with-github-pages](https://docs.github.com/en/pages/getting-started-with-github-pages)
##
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment