Skip to content

Instantly share code, notes, and snippets.

@eddiemoya
Last active October 10, 2015 17:28
Show Gist options
  • Save eddiemoya/3725763 to your computer and use it in GitHub Desktop.
Save eddiemoya/3725763 to your computer and use it in GitHub Desktop.
Git Move (Stash Save, Checkout, Stash Apply in one command)
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