git - how push changes to a branch (debian/topic/boinc-server)

René Mayorga rmayorga at debian.org
Fri Jan 30 14:59:42 UTC 2009


On Thu, Jan 29, 2009 at 04:21:25PM +0100, Steffen Moeller wrote:
> Hello,
> 
> I was looking into the server package today and yesterday. It does not look so bad, actually.
> 
> What I am fighting with is git. I managed yesterday to do a change to the master branch
> and push that one back to the servers. Now, how can I push something in the boinc-server
> branch and make that one available to all?

You have to checkout then the boinc-server branch, once there, just made
the changes needed, git add/rm, and then `git commit', this just will
commit the changes locally, to made it public do a 
`git push origin [remote branch]', if the branch does not exists this will create it at
origin, you can take a look of the remote branches using `git branch -r'

> I spent some time googling around, but the only thing I saw was to merge with the master.
> This is not what I want, I presume.

Indeed, you can create more branches if you like, or you can just push
where the branch you are working.

Cheers.
-- 
Rene Mauricio Mayorga   |  jabber: rmayorga at jabber.org
http://rmayorga.org     |  
--------------------------------------------------
08B6 58AB A691 DD56 C30B  8D37 8040 19FA A209 C305
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-boinc-devel/attachments/20090130/931670f9/attachment.pgp 


More information about the pkg-boinc-devel mailing list