Skip to content

Instantly share code, notes, and snippets.

@ZiTAL
Last active September 3, 2021 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZiTAL/0a3a484ad7528d8a14e353f1514c81a0 to your computer and use it in GitHub Desktop.
Save ZiTAL/0a3a484ad7528d8a14e353f1514c81a0 to your computer and use it in GitHub Desktop.
git: txuletatxe
# reset
git reset --hard origin/master
# cherry pick
git cherry-pick f1176ba4c93cd10817df0f237badaf48104a00e8
# adar barri bet hartzieko
git fetch
git branch -a
git checkout -b kontaketa origin/kontaketa
# squash, commit baten adar osue
git merge --squash other-branch
# commit baten revert
git revert -m 1 939ecf21230d3388dee4d23ec8d3a8dcb0210c35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment