diff options
Diffstat (limited to 'git-create')
-rwxr-xr-x | git-create | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/sh +# TODO: update this for gitea, insta-creation of repo + # create a repo of provided name on macon and make it the upstream name=$1 [[ ! $(echo "$name" | grep ".git" -) ]] && name="$1.git" |