Created
January 8, 2019 11:39
-
-
Save uelordi01/70ce0b2cbdefcf2ec24676bf1857265b to your computer and use it in GitHub Desktop.
this is the unstash command where you can pop your locacl modificiations (example: absolute paths).
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
| # recent stashing: | |
| git stash pop | |
| # specific stash list | |
| git stash apply stash@{1} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment