You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the portable Git is made by putting together files from the Git SDK, it is advisable to update those files first. To update the packages, call pacman -Syu (caveats apply). If you want to test Git changes or make an portable Git from your own Git fork, you need to call cd /usr/src/git && make install (for documentation changes, make install-html).
To package the portable Git, 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