[git-users] Re: Conflicts from stash

2011-02-22 Thread Thomas Ferris Nicolaisen
Oops, the correct format is: git stash show stash@{0} The above shows the files and how much they have changed. Too see the diff in patch form: git stash show -p stash@{0} -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to t

[git-users] Re: Conflicts from stash

2011-02-21 Thread Thomas Ferris Nicolaisen
Try git show stash@{0} It will show you the entire contents of the stash, not just the name of the stash (which could be anything, basically). -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-use