Junio C Hamano <gitster@xxxxxxxxx> writes: > cantona <adam@xxxxxxxxx> writes: > >> I've been using basic git for a while (add,comit,push,pull) and have >> recently discovered stash,merge,branch :) >> >> My question: before I pull down I always get that bad feeling... "what am i >> gunna get? will there be a conflict?". > > "will there be a conflict?" is an unfounded fear people seem to be unable > to shake off from their old scm days. But still, if you want to know what's new without touching your work at all, "git fetch" is your friend: it fetches new commits from another repository, without merging them with your branches. Running "gitk --all" right after a "git fetch" should help understanding what it did. -- Matthieu -- 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