Re: git push don't setup tracking?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, May 11, 2009 at 01:46:10PM +0200, jean-luc malet wrote:

> I want to use git in a "star" configuration.
> I have  "repository" and 2 client "home" and "work"
> I cloned repository on home and work, then I created a branch at work,
> and pushed it to repository, at home I "git branch --track
> origin/newbranch" and done some work... all ok there... then I pushed
> again to repository
> come back at work I wanted just to do a git pull.... and there it says
> me that it don't have any tracking information... so I add to add by
> hand the following lines into .git/config :
> [branch "newbranch"]
> 	remote = origin
> 	merge = refs/heads/newbranch
> 
> and now it's working.... I think there shall be a way like "git push
> --track newbranch origin" so it store tracking information

Yeah, this is on my todo list, but it is pretty low. There is a little
bit of cleanup that probably needs to happen first to unify http:// and
git:// push (Daniel did some of that recently, but I haven't had time to
look carefully at his work).

If you wanted to work on it, I would be happy to help guide you.
Otherwise, I may get to it eventually.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]