To save your changes with name "xxx"
$ git stash save "xxx"
Apply whenever you want it back.
$ git stash apply stash^{/xxx}
Lot of other solutions @
http://stackoverflow.com/questions/11269256/how-to-name-a-stash-in-git
$ git stash save "xxx"
Apply whenever you want it back.
$ git stash apply stash^{/xxx}
Lot of other solutions @
http://stackoverflow.com/questions/11269256/how-to-name-a-stash-in-git
No comments:
Post a Comment