Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git see stash

git stash list
# stash@{0}: WIP on (no branch): 990d130 Update process model to hanle more graciously seq with no registration
# stash@{1}: WIP on master: 82bfc86 Fix residual conflict in dev project
# stash@{2}: WIP on master: 90e640d Merge branch 'master' of ...

git stash show -p stash@{0}
Source by git-scm.com #
 
PREVIOUS NEXT
Tagged: #git #stash
ADD COMMENT
Topic
Name
5+2 =