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
- Host: GitHub
- URL: https://github.com/msamuelsons/estudo-github
- Owner: Msamuelsons
- Created: 2023-05-20T12:02:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T17:59:23.000Z (about 2 years ago)
- Last Synced: 2025-01-22T01:16:23.423Z (5 months ago)
- Topics: git, github, version-control
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]