Skip to content

Instantly share code, notes, and snippets.

@palmerabollo
Created December 3, 2015 09:16
Show Gist options
  • Select an option

  • Save palmerabollo/8f9b5e627e118cca5264 to your computer and use it in GitHub Desktop.

Select an option

Save palmerabollo/8f9b5e627e118cca5264 to your computer and use it in GitHub Desktop.
git tricks
git pull --rebase origin master
git rebase -i origin/master
--
git commit --amend --no-ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment