Created
December 3, 2015 09:16
-
-
Save palmerabollo/8f9b5e627e118cca5264 to your computer and use it in GitHub Desktop.
git tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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