Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theandersonn/comandos-git
Guia com seleção de comandos para o trabalho com Git e GitHub
https://github.com/theandersonn/comandos-git
git github
Last synced: 5 days ago
JSON representation
Guia com seleção de comandos para o trabalho com Git e GitHub
- Host: GitHub
- URL: https://github.com/theandersonn/comandos-git
- Owner: theandersonn
- License: mit
- Created: 2015-05-10T17:18:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T13:57:15.000Z (almost 3 years ago)
- Last Synced: 2024-10-16T00:26:30.153Z (20 days ago)
- Topics: git, github
- Homepage:
- Size: 410 KB
- Stars: 329
- Watchers: 22
- Forks: 117
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT.md
Awesome Lists containing this project
- more-awesome - Git Commands - Guia com seleção de comandos para o trabalho com Git e GitHub. (Local)
README
# Conhecendo os super poderes do Git
> Guia com seleção de comandos para o Trabalho com Git e GitHub
## Comandos
1. [Guia Simplificado](https://github.com/theandersonn/comandos-git/blob/master/comandos/guia-simplificado.md)
2. [Configurações](https://github.com/theandersonn/comandos-git/blob/master/comandos/configuracoes.md)
3. [Versionamento de Repositórios](https://github.com/theandersonn/comandos-git/blob/master/comandos/versionamento-repositorios.md)
4. [Working Directory](https://github.com/theandersonn/comandos-git/blob/master/comandos/working-directory.md)
5. [Stage Area](https://github.com/theandersonn/comandos-git/blob/master/comandos/stage-area.md)
6. [Trabalhando com Commits](https://github.com/theandersonn/comandos-git/blob/master/comandos/commits.md)
7. [Os Super Poderes das Branches](https://github.com/theandersonn/comandos-git/blob/master/comandos/branches.md)
8. [Gerenciando Repositórios](https://github.com/theandersonn/comandos-git/blob/master/comandos/gerenciando-repositorios.md)
9. [Trabalhando com Git e GitHub](https://github.com/theandersonn/comandos-git/blob/master/comandos/trabalhando-git-github.md)
10. [Trabalhando com Tags](https://github.com/theandersonn/comandos-git/blob/master/comandos/tags.md)
11. [Git no Servidor](https://github.com/theandersonn/comandos-git/blob/master/comandos/git-no-servidor.md)
12. [Trabalhando com Git Flow](https://github.com/theandersonn/comandos-git/blob/master/comandos/trabalhando-git-flow.md)## Sugestões
1. [Cursos e Palestras](https://github.com/theandersonn/comandos-git/blob/master/sugestoes/cursos-palestras.md)
2. [Ferramentas](https://github.com/theandersonn/comandos-git/blob/master/sugestoes/ferramentas.md)
3. [Livros](https://github.com/theandersonn/comandos-git/blob/master/sugestoes/livros.md)
4. [Slides](https://github.com/theandersonn/comandos-git/blob/master/sugestoes/slides.md)
5. [GitHosting](https://github.com/theandersonn/comandos-git/blob/master/sugestoes/githosting.md)
6. [Vim Cheat Sheet](http://woliveiras.com.br/vimparanoobs/)## Colabore
1. Fork o repositório
2. Crie a sua branch: git checkout -b nome-branch
3. Committe as suas alterações: git commit -m "Comentário com a sua alteração"
4. Envie a sua branch: git push origin nome-branch
5. Envie uma solicitação de alteração através de pull request :)## Questões e dúvidas
Caso tenha alguma questão ou sugestão, abra uma [issue](https://github.com/theandersonn/comandos-git/issues/new) e envie o seu feedback.## License
[MIT](https://github.com/theandersonn/comandos-git/blob/master/LICENSE-MIT.md) © [Anderson Nascimento](https://github.com/theandersonn)