diff options
Diffstat (limited to 'mkproj.sh')
-rwxr-xr-x | mkproj.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,3 +80,5 @@ else mkdir -p "$work/$repo" [ "$?" -ne 0 ] && echo -e "failed creating ${BLUE}$work/$repo${NC}, please check permission" || echo -e "${YELLOW}creation finished${NC}" fi + +echo -e "you may now use 'git remote --add origin ssh://user@ip:port$config$repo' to push repository" |