Commit 1781e38c authored by nimrod's avatar nimrod
Browse files

- Added a Git hook to install the Git hooks.

parent ccecda91
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#!/bin/sh
set -eu
cd "$(git rev-parse --show-toplevel)"
echo Installing Git hooks
Documents/bin/install-git-hooks
echo Generating SSH config
Documents/bin/gen-ssh-config
echo Loading dconf config
+1 −3
Original line number Diff line number Diff line
@@ -22,9 +22,7 @@ WARNING: This will overwrite your existing files.
    sed -i '/bare/d' .git/config
    git reset --hard
    git bull
    cd .githooks
    find  -type f -exec ln -sf ../../.githooks/{} ../.git/hooks/ \;
    cd ../
    Documents/bin/install-git-hooks

License
-------