On Friday 2006 November 03 07:48, Karl Hasselström wrote: > Hmm, this is interesting. 99% of the time, I use "git fetch", followed > by "git pull . remotes/origin/foo" (often having run gitk in between I often do this too; and have found that the "remotes" is not needed provided there is no overlap with your local branch names. The above can be replaced with git pull . origin/foo This relies on there being no "origin/foo" local branch. Andy -- Dr Andy Parkins, M Eng (hons), MIEE andyparkins@xxxxxxxxx - 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