On 2010.05.25 12:40:40 -0700, skillzero@xxxxxxxxx wrote: > However, the branches aren't linked in the config file so I can't just > do git pull. [...] > So what I've had to do is create a temp branch, switch to it, do git > branch -f --track master origin/master, and then delete the temp > branch. Is there a better way? With git v1.7.0 or newer: git branch --set-upstream master origin/master Björn -- 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