I have a a repository which is git cloned a few days ago.
i have made some changes now i want to submit for review.

Before that i tried to take all updated files from remote 
repository for that i did ..
git stash 
git pull <remote>
git stash pop

but i do not get all updated files by this process


instead if do git clone <remote> i get all updated files.

What is the mistake i am making here ?
 

-- 
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