[git-users] git pull url and git clone gives two different files why?

2015-09-29 Thread nmh
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 git stash pop but i do not get all updated files by this process

[git-users] Git commit was done twice and then git review - does not work

2015-09-29 Thread nmh
Hi I cloned a git repository, made some changes.. i did git commit .. forund that changes are not complete , made some more changes to the same files, and now i did git commit again. Now i did git review to submit my changes for review.. Git gives message that there are 2 commits .. I want to

Re: [git-users] Git commit was done twice and then git review - does not work

2015-09-29 Thread Konstantin Khomoutov
On Tue, 29 Sep 2015 05:31:07 -0700 (PDT) nmh wrote: > I cloned a git repository, made some changes.. i did git commit .. > forund that changes are not complete , made some more changes > to the same files, and now i did git commit again. > Now i did git review to submit