* Kumar Gala (galak@xxxxxxxxxxxxxxxxxxx) wrote: > I trying to see if there is a way to get the effect of a git-pull w/o > getting the checked out files. > > Any ideas? Do you want to fetch remote changes without merging them into your working tree? If you, "git fetch" is your friend. By the way, pull does the equivalent of a fetch and a subsequent merge. Matthias - : 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