diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-04-08 16:27:46 +0100 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-04-08 16:27:46 +0100 |
| commit | 07f7f899e23b14ad8d5247505e35b6c0d9f8ef66 (patch) | |
| tree | 98ccae38c383102cab22784bc08d0888b2300bea /git-shell-commands | |
| parent | ecd14050726fc5d1cb77cfc90c547dc0fa13ddf4 (diff) | |
testing hook to public
Diffstat (limited to 'git-shell-commands')
| -rwxr-xr-x | git-shell-commands/new-project | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-shell-commands/new-project b/git-shell-commands/new-project index c9804bf..3ef14f4 100755 --- a/git-shell-commands/new-project +++ b/git-shell-commands/new-project @@ -29,5 +29,4 @@ echo "git url: ${USER}@${HOSTNAME}:${PROJECT_NAME}" if [[ $REMOTE_URL ]]; then echo "public repo: ${REMOTE_BASE_URL}/${PROJECT_NAME}" fi - #vim: filetype=bash |
