aboutsummaryrefslogtreecommitdiff
path: root/git-shell-commands/new-project
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2026-04-08 16:27:46 +0100
committerTrey Bastian <hello@treybastian.com>2026-04-08 16:27:46 +0100
commit07f7f899e23b14ad8d5247505e35b6c0d9f8ef66 (patch)
tree98ccae38c383102cab22784bc08d0888b2300bea /git-shell-commands/new-project
parentecd14050726fc5d1cb77cfc90c547dc0fa13ddf4 (diff)
testing hook to public
Diffstat (limited to 'git-shell-commands/new-project')
-rwxr-xr-xgit-shell-commands/new-project1
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