Re: [OCLUG-Tech] is there any way to see the staged/unstaged changes in a stash?

2017-05-15 Thread Alex Pilon
> On Sat, 6 May 2017, James wrote: > > git status > On Mon, May 15, 2017 at 02:41:51AM -0700, Robert P. J. Day wrote: > sorry for the delay in getting back to this ... i'm unclear on how > "git status" can show me the two components of a stash, the staged > part and the unstaged part, can you ela

Re: [OCLUG-Tech] is there any way to see the staged/unstaged changes in a stash?

2017-05-15 Thread Robert P. J. Day
On Sat, 6 May 2017, James wrote: > git status sorry for the delay in getting back to this ... i'm unclear on how "git status" can show me the two components of a stash, the staged part and the unstaged part, can you elaborate? rday --

Re: [OCLUG-Tech] is there any way to see the staged/unstaged changes in a stash?

2017-05-06 Thread James
git status On May 6, 2017 4:48:04 AM "Robert P. J. Day" wrote: i'm sure there's a simple way to do this, i just don't know what it is. when i do a "git stash save", i know that the stash distinguishes between the changes already staged in the index, and the unstaged changes, but i don't kn

[OCLUG-Tech] is there any way to see the staged/unstaged changes in a stash?

2017-05-06 Thread Robert P. J. Day
i'm sure there's a simple way to do this, i just don't know what it is. when i do a "git stash save", i know that the stash distinguishes between the changes already staged in the index, and the unstaged changes, but i don't know a simple way to display those changes independently -- "git show"