https://github.com/marcelod/comandos-git
:octocat: Guia com seleção de comandos para o Trabalho com Git e GitHub
https://github.com/marcelod/comandos-git
Last synced: 8 months ago
JSON representation
:octocat: Guia com seleção de comandos para o Trabalho com Git e GitHub
- Host: GitHub
- URL: https://github.com/marcelod/comandos-git
- Owner: marcelod
- License: mit
- Fork: true (theandersonn/comandos-git)
- Created: 2015-11-15T02:47:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T20:29:16.000Z (over 10 years ago)
- Last Synced: 2024-10-02T08:19:59.947Z (over 1 year ago)
- Homepage:
- Size: 554 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT.md
Awesome Lists containing this project
README

# Conhecendo os super poderes do Git
> Guia com seleção de comandos para o Trabalho com Git e GitHub
## Tópicos
1. [Guia Simplificado](https://github.com/theandersonn/comandos-git/blob/master/guia-simplificado.md)
2. [Configurações](https://github.com/theandersonn/comandos-git/blob/master/configuracoes.md)
3. [Versionamento de Repositórios](https://github.com/theandersonn/comandos-git/blob/master/versionamento-repositorios.md)
4. [Working Directory](https://github.com/theandersonn/comandos-git/blob/master/working-directory.md)
5. [Stage Area](https://github.com/theandersonn/comandos-git/blob/master/stage-area.md)
6. [Trabalhando com Commits](https://github.com/theandersonn/comandos-git/blob/master/commits.md)
7. [Os Super Poderes das Branchs](https://github.com/theandersonn/comandos-git/blob/master/branchs.md)
8. [Trabalhando com Git e GitHub](https://github.com/theandersonn/comandos-git/blob/master/trabalhando-git-github.md)
9. [Git no Servidor](https://github.com/theandersonn/comandos-git/blob/master/git-no-servidor.md)
## Sugestões
1. [Cursos e Palestras](https://github.com/theandersonn/comandos-git/blob/master/cursos-palestras.md)
2. [Ferramentas](https://github.com/theandersonn/comandos-git/blob/master/ferramentas.md)
3. [Livros](https://github.com/theandersonn/comandos-git/blob/master/livros.md)
4. [Slides](https://github.com/theandersonn/comandos-git/blob/master/slides.md)
5. [GitHosting](https://github.com/theandersonn/comandos-git/blob/master/githosting.md)
## 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)