mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Fixed the post commit path.
This commit is contained in:
parent
445776da3f
commit
f4fe5cae94
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
git config --global init.templatedir '~/.git-templates'
|
||||
mkdir -p ~/.git-templates/hooks
|
||||
|
||||
cat << EOF > ~/.bat/logo.svg
|
||||
cat << EOF > ~/.git-templates/hooks/post-commit
|
||||
#!/bin/sh
|
||||
|
||||
# Copy last commit hash to clipboard on commit
|
||||
|
|
Loading…
Reference in a new issue