> when accessing the remote repository, Cogito always looks for remote > refs/heads/master first - if that one isn't there, it takes HEAD, but > there is no correlation between the local and remote branch name. If you > want to fetch a different branch from the remote repository, use the > fragment identifier (see cg-help cg-branch-add). Ok, that I'm getting. So then, what happen of my local refs/heads/<branchname> and refs/heads/master/ ? I'm still a bit confused by the whole branch mecanism... It's my understanding than when I cg-init, it creates both "master" (a head without matching branch) and "origin" (a branch + a head) both having the same sha1. It also checks out the tree. Now, when I cg-update origin, what happens exactly ? I mean, I know it's pulls all objects, then get the master from the remote pointed by the origin branch, but then, I suppose it updates both my local "origin" and my local "master" pointer, right ? I mean, they are always in sync ? Or is this related to what branch my current checkout is tracking ? Ben. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue May 03 17:15:56 2005
This archive was generated by hypermail 2.1.8 : 2005-05-03 17:15:57 EST