Re: Can git be tweaked to work cross-platform, on FAT32?
From: Martin Langhoff <hidden> Date: 2016-08-11 20:07:20
Florian,
a bit of a long shot, but you might be able to access it via Samba,
and just use git on linux. I have to confess to having setup a few git
checkouts for Win32 users this way... in some cases with cygwin+x11
and a shortcut that will do something like
ssh linuxhost gitk --all
or
ssh linuxhost qgit
but then again, I'm rumoured to be insane...
cheers,