diff options
| author | Trey Bastian <hello@treybastian.com> | 2025-10-30 10:55:56 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2025-10-30 10:55:56 +0000 |
| commit | 739e849e108892884c5581464403726b482797a4 (patch) | |
| tree | dfc7b3bb963d2d06123582e49b9af8f384c0a47b /git-hooks | |
| parent | 839c8c87267aa43e592aebb7532ffec661836370 (diff) | |
moved some files around to better organiz, added new-repo git command
Diffstat (limited to 'git-hooks')
| -rwxr-xr-x | git-hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/post-receive b/git-hooks/post-receive index 6445e0b..21c3503 100755 --- a/git-hooks/post-receive +++ b/git-hooks/post-receive @@ -28,4 +28,4 @@ echo "[$(date)] BEGIN PUSH $REPO_PATH" >> "$LOGFILE" git push --mirror "$REPO_URL" >> "$LOGFILE" 2>&1 echo "[$(date)] END PUSH $REPO_PATH" >> "$LOGFILE" -# vim: filetype=sh +# vim: filetype=bash |
