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

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

Awesome Lists containing this project

README

          

![Git Super Poderes](images/git-super-poderes.png)

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