https://github.com/cvinicius987/git
Repositório com informações e estudos sobre Git, contendo referências e comandos utilizados no dia a dia.
https://github.com/cvinicius987/git
developer git github
Last synced: 4 months ago
JSON representation
Repositório com informações e estudos sobre Git, contendo referências e comandos utilizados no dia a dia.
- Host: GitHub
- URL: https://github.com/cvinicius987/git
- Owner: cvinicius987
- Created: 2021-03-14T18:53:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T01:38:14.000Z (about 3 years ago)
- Last Synced: 2025-01-12T07:12:25.282Z (5 months ago)
- Topics: developer, git, github
- Language: CSS
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git

Conteúdo sobre os principais Comandos de Git e descrição sobre o uso.
### Ajuda
O git possui o help, podendo ser utilizado da seguinte forma:
```
git --help
```Exibe uma relação de opções no comando desejado.
### 💻 Conteúdo
- [x] [Git Add](commands/git_add.md)
- [x] [Git Branch](commands/git_branch.md)
- [x] [Git Checkout](commands/git_checkout.md)
- [x] [Git Commit](commands/git_commit.md)
- [x] [Git Config](commands/git_config.md)
- [x] [Git Merge](commands/git_merge.md)
- [x] [Git Rebase](commands/git_rebase.md)
- [x] [Git Remote](commands/git_remote.md)
- [x] [Git Reset](commands/git_reset.md)
- [x] [Git Revert](commands/git_revert.md)
- [x] [Git Push](commands/git_push.md)### 💻 Merge/Pull Requests
- [X] [Feature Branch Rebase Main](requests/feature_branch_request.md)
### Referências
A melhor referências de Git atualmente disponibilizada são:
[Git Essentials](https://git-scm.com/book/pt-br/v2)
[Atlassian Git](https://www.atlassian.com/git/tutorials)
[Git Explorer](https://gitexplorer.com/)
[⬆ Voltar ao topo](#git)