diff options
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 |
