./git --examples
Funciones y ejemplos de uso
file-read
git diff /dev/null /path/to/input-file
file-write
git apply --unsafe-paths --directory / x.patch
inherit
git help config
git branch --help config
!/bin/sh
shell
PAGER='/bin/sh -c "exec sh 0<&1"' git -p help
git init .
echo 'exec /bin/sh 0<&2 1>&2' >.git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
git -C . commit --allow-empty -m x
ln -s /bin/sh git-x
git --exec-path=. x
./related --binary=git
Binarios relacionados
Comparten al menos una función con git.