What I meant was a zipped git which can be extracted on a target machine and will work without any additional settings,or just adding it to the path env var. I had it in the past but forgot how I got it..:-) . On 30 Dec 2012 19:27, "Martin Møller Skarbiniks Pedersen" < [email protected]> wrote:
> 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 > > -- > > > --
