git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Does a `git pull' write to the origin repository in any way?
@ 2008-10-22  9:00 Brett Ryan
  2008-10-22 13:25 ` Marc Weber
  0 siblings, 1 reply; 3+ messages in thread
From: Brett Ryan @ 2008-10-22  9:00 UTC (permalink / raw)
  To: git

Greetings, the reason I ask this question is because my pattern of
development is to create local source git repositories on my home
directory, then pull them to the central location. I found myself
getting the error `unable to create temporary sha1 filename
.git/objects/11: File exists' which after investigation found that
there were paths in `.git/objects/' owned by root which is who I use
to do the pull from my home directory using sudo. `git log' shows all
commits as me.

Typical dev cycle.

cd ~/src/appl_bin
# make mods
git commit -a
cd $DEST
sudo git pull ~/src/appl_bin linux_test

Thankyou
-Brett

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-22 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-22  9:00 Does a `git pull' write to the origin repository in any way? Brett Ryan
2008-10-22 13:25 ` Marc Weber
2008-10-22 14:27   ` Brett Ryan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).