Created
December 27, 2016 23:27
-
-
Save ernestohs/f7cd1780b190384ab5f91dce944c3c28 to your computer and use it in GitHub Desktop.
Stash without revert/reset your local changes
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 stash && git stash apply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shortest and nicest solutiion!