Re: [openstack-dev] [GIT] Reset a commit in Gerrit

2013-10-24 Thread Floren Llanos
Thanks all for the information! Floren 2013/10/21 Thierry Carrez : > Dolph Mathews wrote: >> On Sun, Oct 20, 2013 at 1:31 PM, Edgar Magana > > wrote: >> Just just need to send a patch to gerrit. >> >> From you local repo, do the necessary fixes and be sure eve

Re: [openstack-dev] [GIT] Reset a commit in Gerrit

2013-10-21 Thread Thierry Carrez
Dolph Mathews wrote: > On Sun, Oct 20, 2013 at 1:31 PM, Edgar Magana > wrote: > Just just need to send a patch to gerrit. > > From you local repo, do the necessary fixes and be sure everything > is just > as you want. > Then simply run: > #git

Re: [openstack-dev] [GIT] Reset a commit in Gerrit

2013-10-20 Thread Dolph Mathews
On Sun, Oct 20, 2013 at 1:31 PM, Edgar Magana wrote: > Floren, > > Just just need to send a patch to gerrit. > > From you local repo, do the necessary fixes and be sure everything is just > as you want. > Then simply run: > #git commit -a --amend > #git review > > The only "gotcha" here is that y

Re: [openstack-dev] [GIT] Reset a commit in Gerrit

2013-10-20 Thread Edgar Magana
Floren, Just just need to send a patch to gerrit. >From you local repo, do the necessary fixes and be sure everything is just as you want. Then simply run: #git commit -a --amend #git review Thanks, Edgar On 10/20/13 11:26 AM, "Floren Llanos" wrote: >Hello, > >I'm a newbie contributor in Ope

[openstack-dev] [GIT] Reset a commit in Gerrit

2013-10-20 Thread Floren Llanos
Hello, I'm a newbie contributor in Openstack, and I'm newbie using git and gerrit too. I committed a change to gerrit of two files but one of them is not correct and I must to undo the change (only one of this files). I need to remove this file from gerrit and leave only one. I found in http://g