

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Git Basics, Rewriting Git History, Undoing Changes, Remote Repositories, git diff, git pull and more GIT commands
Typology: Cheat Sheet
1 / 2
This page cannot be seen from the preview
Don't miss anything!
git push
git revert
git fetch
git remote add
git commit -m "
git checkout -b
git add
git clone
git rebase
git init
git commit --amend
git config --global user.name
git config git config --global user.email
git config --global alias. <alias-name> <git-command>
git config --system core.editor
--global --edit
git log -
git log --oneline
git log --stat
git log -p git log --author= ”
git log --grep=”
git log --graph --decorate
git reset --hard
git reset git rebase git rebase -i
git pull git pull --rebase
git push git push
git push
git push
Additional Options + Visit atlassian.com/git for more information, training, and tutorials git diff git log