summaryrefslogtreecommitdiff
path: root/git-create
diff options
context:
space:
mode:
Diffstat (limited to 'git-create')
-rwxr-xr-xgit-create2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-create b/git-create
index af9bb86..642016f 100755
--- a/git-create
+++ b/git-create
@@ -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"