Thread (1 message) 1 message, 1 author, 2016-06-15

Re: how to check what your pulling down?

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:46:36

Junio C Hamano [off-list ref] writes:
cantona [off-list ref] writes:
quoted
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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help