[git-users] want to retain my change of files, but want updated version of files.

2015-10-29 Thread nmh
I did a 1) git clone 2) git branch -b B1 3) git checkout B1 4) made few changes to file a, b, c,d 5) git commit -a 6) git review.(submitted to gerrit) Got some review commentsfor file b,c i want to make changes to files b,c 1) git checkout B1 2) made changes to b,c 3) git status shows

[git-users] creating a new commit after rework

2015-10-13 Thread nmh
i did git clone. made some changes. git status shows changed files. did git commit -a git review. (a,b,c,d,e,f)(lets say these are files changed in this commit) all okay. -- Now got some review comments, worked on files e,f

[git-users] git status after git commit

2015-10-13 Thread nmh
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

[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