Last active
October 10, 2015 17:28
-
-
Save eddiemoya/3725763 to your computer and use it in GitHub Desktop.
Git Move (Stash Save, Checkout, Stash Apply in one 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
move = !git stash && git checkout $1 && git stash apply stash@{0} && wait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment