https://github.com/DanielHe4rt/git4noobs
Aulão de Git para iniciantes
https://github.com/DanielHe4rt/git4noobs
Last synced: about 1 year ago
JSON representation
Aulão de Git para iniciantes
- Host: GitHub
- URL: https://github.com/DanielHe4rt/git4noobs
- Owner: danielhe4rt
- Created: 2020-02-01T21:35:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T23:24:48.000Z (over 1 year ago)
- Last Synced: 2025-03-23T17:49:50.207Z (about 1 year ago)
- Homepage:
- Size: 1.96 MB
- Stars: 1,571
- Watchers: 38
- Forks: 107
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git4Noobs
A ideia é ensinar para os usuários iniciantes que o Git não é nenhum "monstro" de se aprender e também ensinar como usar num ambiente onde há mais de um desenvolvedor atuando no projeto sem desorganizar ou perder algum traço de código no processo.
## ROADMAP
### Pré-requisitos
1. [Windows](/1-pre-requisitos/windows.md)
2. [Linux](/1-pre-requisitos/linux.md)
### O que é git ?
1. [Primeiro Exemplo](/2-o-que-e-git/primeiro-exemplo.md)
2. [Segundo Exemplo](/2-o-que-e-git/segundo-exemplo.md)
### Comandos e Conceitos
1. [Repositório](/3-comandos/repositorio.md)
2. [Config](/3-comandos/config.md)
3. [Commit](/3-comandos/commit.md)
4. [Branch](/3-comandos/branch.md)
5. [Merge](/3-comandos/merge.md)
6. [Status](/3-comandos/status.md)
7. [Diff](/3-comandos/diff.md)
8. [Tag](/3-comandos/tag.md)
9. [Rebase](/3-comandos/rebase.md)
10. [Reset](/3-comandos/reset.md)
11. [Fetch](/3-comandos/fetch.md)
12. [Log](/3-comandos/log.md)
13. [Stash](3-comandos/stash.md)
14. [Cherry-pick](/3-comandos/cherry-pick.md)
### GitFlow
1. [O que é Git Flow](/4-gitflow/o-que-e-gitflow.md)
2. [Estrutura de um Git Flow](/4-gitflow/estrutura.md)
3. [Releases](/4-gitflow/releases.md)
4. [Exemplos de GitFlow](/4-gitflow/exemplos.md)
5. [Padrão de Commits](/4-gitflow/padrao-commit.md)
### Conclusão
1. [Conclusão](/conclusao.md/)
## Autores
- **Daniel Reis (danielhe4rt)** - _Back-end Developer && He4rt Developers Leader_ - [Portfólio](https://danielheart.dev) - [Twitter](https://twitter.com/danielhe4rt)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Daniel Reis
💻 🚧 🤔 👀

Filipe Crespo
💻 🚧 🤔 👀

Ryan Douglas
💻 🚧 🤔 👀
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!