git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git clone / git pull to USB memory stick (FAT) and symlinks
@ 2010-11-11 16:35 Gelonida
  2010-11-11 17:54 ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Gelonida @ 2010-11-11 16:35 UTC (permalink / raw)
  To: git

Hi,

For a given project I'd like to have some USB memory sticks, which I'd
like to keep up to date.

I thought about cloning a remote git repository onto the stick
and performing
- regular pulls in order to update the USB stick
- occasional pushes in orderto publish changes performed on the stick.


Now my questions:


1.) Ignore skip / symlinks
-----------------------------
The git repository might contain symlinks (as it was created on a  linux
host)

Is there any way to perform a git clone / pull and just skip any symlink
in the working directory


2.) Avoiding file permission issues: Is this sufficient
---------------------------------------------------------

I read about some config setting which should avoid problems with
the rather limited file permissions on a FAT file system

git config --add core.fileMode false



3.) Any other special config settings
-----------------------------------------
Are there any other special preparations to be done fi I'd like to
have a non bare git repository on a memory stick.


Thanks for your suggestions

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

end of thread, other threads:[~2010-11-12 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-11 16:35 git clone / git pull to USB memory stick (FAT) and symlinks Gelonida
2010-11-11 17:54 ` Junio C Hamano
2010-11-11 18:03   ` Gelonida
2010-11-11 18:09   ` Gelonida
2010-11-11 18:10   ` Gelonida
2010-11-12 15:06   ` Ferry Huberts
2010-11-12 15:59     ` Santi Béjar

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