Skip to content

Making a portable Git

dscho edited this page Apr 6, 2015 · 5 revisions

To make an installer, install the SDK, run it and then issue the following commands:

cd /usr/src/build-extra
git fetch
git checkout master
./portable/release.sh <version>-test

where <version> is the Git version.

Clone this wiki locally