On 8 June 2010 09:29, Clemens Buchacher <drizzd@xxxxxx> wrote: > No they did not, because last time they _created a branch_. > Eventually, if they are lucky, they will learn in #git that they > were supposed to "git merge <remote>/X." And they will think "WTF? > Why do I have to _merge_? And what's this business about remotes? > Why is git is so complicated?" I'm confused. Wont they actually be told: git checkout $foo git pull git push Why would they need to do a git merge $remote/X? The only reason I can think of is that they are doing cross branch merges, but then they are by default beyond the novice user and can be expected to know various things, and to have read the docs. Yves -- perl -Mre=debug -e "/just|another|perl|hacker/" -- 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