On Jun 22, 2006, at 8:11 AM, Matthias Kestenholz wrote:
* 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.
that's what I want, however fetch isn't updating any refs/ as far as
I can tell.
By the way, pull does the equivalent of a fetch and a subsequent
merge.
right, its the merge that seems to be doing the checkout.
- k
-
: 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