Re: [git-users] HELP git cant recognize ANY commands

2015-10-13 Thread Konstantin Khomoutov
On Mon, 12 Oct 2015 23:10:52 +0200 Magnus Therning wrote: > > > > This is what I got...(Hope I did it right...). The git version is > > 2.6.1.windows.1 > > All we see

[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

Re: [git-users] Re: Undefined symbols for architecture x86_64: "_reencode_string_iconv"

2015-10-13 Thread Konstantin Khomoutov
On Mon, 12 Oct 2015 12:54:20 -0700 (PDT) mham...@sandia.gov wrote: > FWIW, I'm doing a farily straightforward build from source > > tar zxf git-2.6.1.tar.gz > cd git-2.6.1 > export NO_APPLE_COMMON_CRYPTO=1 > make configure > ./configure --prefix=/blah/blah/blah > make As usually, is [1] what

[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

Re: [git-users] creating a new commit after rework

2015-10-13 Thread Gergely Polonkai
I guess what you need is an amended commit: git add e f git commit --amend git review This way your old commit will be replaced with a new one, and thus Gerrit will create a new patch set for you (instead of a new change). Best, Gergely On 13 Oct 2015 11:19, "nmh"

Re: [git-users] HELP git cant recognize ANY commands

2015-10-13 Thread Magnus Therning
On Tue, Oct 13, 2015 at 01:58:02PM +0300, Konstantin Khomoutov wrote: > On Mon, 12 Oct 2015 23:10:52 +0200 > Magnus Therning wrote: > > > > > > > This is what I

Re: [git-users] git commit , git review, want to submit a patch not a new commit

2015-10-13 Thread Magnus Therning
On Tue, Oct 13, 2015 at 02:11:30AM -0700, nmh wrote: > I cloned a git repository. > I made some changes. I could see changes in git diff all okay. > I did git commit -a and git review. > > I got one commit id and could see my patch submitted in gerrit. > >

Re: [git-users] An unbelievably newby question

2015-10-13 Thread Konstantin Khomoutov
On Mon, 12 Oct 2015 11:19:21 -0700 Kenoli Oleari wrote: > Thanks for these replies. I will jump in and try them out. > > For all the cheers about GIT, If find it incredibly difficult to use > (or to even understand) > > I appreciate the support. I wonder if you have any