Created
July 20, 2011 06:08
-
-
Save neilang/1094437 to your computer and use it in GitHub Desktop.
Add git plush command
This file contains 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
[alias] | |
plush = "!sh -c 'git pull --rebase && git push'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
why not:
? Do you ever want to push without doing this?