diff options
Diffstat (limited to '.config/git/git_template/hooks/post-commit')
-rwxr-xr-x | .config/git/git_template/hooks/post-commit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/git/git_template/hooks/post-commit b/.config/git/git_template/hooks/post-commit new file mode 100755 index 0000000..6d5dc58 --- /dev/null +++ b/.config/git/git_template/hooks/post-commit @@ -0,0 +1,3 @@ +#! /bin/bash + +git push origin main |