Re: git pull w/o checkout?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* 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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]