i did 
git clone

made some changes,

git status show files changed.
(a,b,c,d) (lets assume)

git commit -a 

git review.


=================================================

now i am back in my local dir.
git status

git status
On branch bug/1436865
nothing to commit, working directory clean

but i want to rework upon those files.

i want to see the files changed in git status and git diff again.

i want to see their prev version so that i can see 
git diff properly and work upon changes.

how to do that ?


 


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to