diff options
Diffstat (limited to 'roles/jails/22_forge/files/git-shell-commands/new')
| -rw-r--r-- | roles/jails/22_forge/files/git-shell-commands/new | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/jails/22_forge/files/git-shell-commands/new b/roles/jails/22_forge/files/git-shell-commands/new index ba67bc4..ae4341b 100644 --- a/roles/jails/22_forge/files/git-shell-commands/new +++ b/roles/jails/22_forge/files/git-shell-commands/new @@ -10,3 +10,5 @@ fi git init --bare "$1.git" echo "$1" > "$1.git/description" echo "Created repository $1" +echo "Clone: git@forge.jan.systems:$1.git" +echo "Web: https://forge.jan.systems/$1.git" |
