diff options
author | garhve <git@garhve.com> | 2024-09-16 11:51:26 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2024-09-16 11:51:26 +0800 |
commit | 501cc7914293366dfb167ebd87256fd43532e8ed (patch) | |
tree | 7da202bee63b7ceb79b875bed60654daf3c7ce65 /.config/git/git_template/hooks/post-commit | |
parent | b25ba7ac30630c1b664534089778b87af6c723b1 (diff) |
add git/awesome
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 |