On 30 December 2012 16:01, Gabby Romano <[email protected]> wrote: > hi all - does anyone know where I can fine a portable version of Git for > Linux so no install is needed (yum or anything) ?
Portable for me normally means something that can run from a USB-drive on windows ? Anyway on linux, you can just download the source and compile it. $ ./configure && make && make install It will be default install into your own home directory. Regards Martin --
