2009/4/17 Luca Ferretti <[email protected]>:
> 2009/4/17 Gil Forcada <[email protected]>:
>>
>> Should I update the "working with branches" section with this commands?
>>
>
> I hope there is a more simple way to do this. This seems a nonsense to
> me: create a new local branch in order to commit+push on an existing
> branch on server...

Uh, so assuming this comment is in reference to the way SVN works, how
did you commit to a branch without creating a local working copy in
SVN?

SVN:
 svn co url-to-branch
 svn commit

Git:
 git checkout --track -b mybranch origin/somebranch
 git commit
 git push

It's not like those really differ in other ways than in that with git
you only keep a single working copy at any given time...

-- 
Kalle Vahlman, [email protected]
Powered by http://movial.com
Interesting stuff at http://sandbox.movial.com
See also http://syslog.movial.fi
_______________________________________________
gnome-i18n mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to