danix
's git repository
home
/
my projects
/
git_shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d96d4d1
)
added output to create script to return clone address when creating a new repository
author
danix
<danix@danix.xyz>
Mon, 7 Jan 2019 17:48:49 +0000
(18:48 +0100)
committer
danix
<danix@danix.xyz>
Mon, 7 Jan 2019 17:48:49 +0000
(18:48 +0100)
create
patch
|
blob
|
blame
|
history
diff --git
a/create
b/create
index
a98db20
..
8ee6610
100755
(executable)
--- a/
create
+++ b/
create
@@
-78,6
+78,7
@@
EOT
cd ${GITDIR}/
chown -R ${GITUSER}:${GITGRP} ${GITDIR}/${PROJECT}.git
echo "All done, you can now work on \"${PROJECT}.git\""
+ echo "You can clone this repository at ssh://danix_git:/${GITDIR}/${PROJECT}.git"
exit 0
}