Si, pero me da error:<div><br></div><div><div>error: src refspec gtk3 matches more than one.</div><div>error: failed to push some refs to 'gitorious@git.sugarlabs.org:chat/mainline.git'</div><div><br></div><br><div class="gmail_quote">
2012/5/23 Aleksey Lim <span dir="ltr"><<a href="mailto:alsroot@sugarlabs.org" target="_blank">alsroot@sugarlabs.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, May 23, 2012 at 04:07:00PM -0300, Flavio Danesse wrote:<br>
> Parece que no se usar las ramas en git, porque no me las actualiza.<br>
> No se supone que es así?: git push origin rama<br>
<br>
</div>To checkout new branch, do<br>
<br>
    git fetch<br>
    git checkout origin/gtk3 -b gtk3<br>
<br>
to push to new branch<br>
<br>
    git push origin gtk3<br>
<div class="HOEnZb"><div class="h5"><br>
> 2012/5/23 Aleksey Lim <<a href="mailto:alsroot@sugarlabs.org">alsroot@sugarlabs.org</a>><br>
><br>
> > On Wed, May 23, 2012 at 03:26:16PM -0300, Gonzalo Odiard wrote:<br>
> > > Flavio patches need review.<br>
> ><br>
> > gtk3 branch was created exactly for experiments with gtk3 porting when<br>
> > master is for regular development until it will be clear that most of<br>
> > Chat users are on gtk3 based sugar and it is the time to switch to gtk3<br>
> > Chat for regular coding.<br>
> ><br>
> > > Also would be good follow in all the activities the suggestions in<br>
> > > <a href="http://wiki.sugarlabs.org/go/Features/GTK3/Activity_Porting" target="_blank">http://wiki.sugarlabs.org/go/Features/GTK3/Activity_Porting</a><br>
> > > regarding to branches. Will do our lives easier in the future :)<br>
> > ><br>
> > > Gonzalo<br>
> > ><br>
> > > On Wed, May 23, 2012 at 2:41 PM, Aleksey Lim <<a href="mailto:alsroot@sugarlabs.org">alsroot@sugarlabs.org</a>><br>
> > wrote:<br>
> > ><br>
> > > > On Tue, May 22, 2012 at 01:46:48PM -0300, Flavio Danesse wrote:<br>
> > > > > Today I will be working on a new patch to fix the<br>
> > > > > function Chat.activity Iwas left pending yesterday and fixing some<br>
> > > > details<br>
> > > > > in the typing.<br>
> > > > > If you want to give me access to the repo and upload everything in a<br>
> > new<br>
> > > > > branch.<br>
> > > > > My user is git "flavio"<br>
> > > ><br>
> > > > Sure, I've added you to chat repository and pushed "gtk3" branch.<br>
> > > > Feel free to process gtk3 porting work there. I think it will be useful<br>
> > > > to keep "master" bracnh as regular development trunk as long as<br>
> > > > majorority of users are on gtk2 based sugar.<br>
> > > ><br>
> > > > > Hoy estaré trabajando en un nuevo parche para Chat.activity para<br>
> > arreglar<br>
> > > > > la función que me quedó pendiente ayer y arreglando algunos detalles<br>
> > en<br>
> > > > el<br>
> > > > > tipado.<br>
> > > > > Si quieren me dan acceso al repo y subo todo en una rama nueva.<br>
> > > > > Mi usuario en git es "flavio"<br>
> > > ><br>
> > > > --<br>
> > > > Aleksey<br>
> > > > _______________________________________________<br>
> > > > Sugar-devel mailing list<br>
> > > > <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
> > > > <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
> > > ><br>
> ><br>
> > > _______________________________________________<br>
> > > Sugar-devel mailing list<br>
> > > <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
> > > <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
> ><br>
> ><br>
> > --<br>
> > Aleksey<br>
> ><br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Aleksey<br>
</font></span></blockquote></div><br></div>