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
(from parent 1:
ec25882
)
testing deploy. added message to create function that shows the clone url on the...
author
danix
<danix@danix.xyz>
Sun, 10 Mar 2019 08:16:52 +0000
(09:16 +0100)
committer
danix
<danix@danix.xyz>
Sun, 10 Mar 2019 08:16:52 +0000
(09:16 +0100)
create
patch
|
blob
|
blame
|
history
diff --git
a/create
b/create
index
8ee6610
..
927a575
100755
(executable)
--- a/
create
+++ b/
create
@@
-78,7
+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"
+ echo "You can
now
clone this repository at ssh://danix_git:/${GITDIR}/${PROJECT}.git"
exit 0
}