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

https://github.com/msamuelsons/estudo-github

Nesse repositório fica os estudos sobre o git
https://github.com/msamuelsons/estudo-github

git github version-control

Last synced: 3 months ago
JSON representation

Nesse repositório fica os estudos sobre o git

Awesome Lists containing this project

README

        

# Github
> Repositório teste para ver como git funciona.
> Msamuelsons
> 🚀

git staus


git log


git add [nome do arquivo]


git commit -m [nome do arquivo]

git checkout [nome do arquivo]


git reset HEAD [nome do arquivo]

git reset --soft [hash]


git reset --mixed [hash]


git reset --hard [hash]

git push -u origin master

git checkout -b [noma da branch]


git checkout [noma da branch]


git branch -D [noma da branch]

git revert

git merge [noma da branch]


git rebase [noma da branch]