Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: git fetch: where are the downloaded objects stored?

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:44:19

"Paolo Ciarrocchi" [off-list ref] writes:
What is still not clear to me is where git is storing
the objects downloaded during a git fetch operation.
git fetch downloads the objects to the object database, i.e.
.git/objects/, usualy as a pack.

Now, just "having" the objects locally doesn't change much, an object
starts being really interesting if you have a reference (typically, a
branch) pointing to it. "git fetch" will update the remote references
(for example, origin/master), but won't touch the working tree, and
won't do any merge, fast-forward or not, to a local branch. So, most
likely, "git fetch" will be followed by either a merge or a rebase.

-- 
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