Joined April 2015
·
Posted to
Create a new Gitlab repo from the command line
over 1 year
ago
You have a small typo in this script that prevents it from working. Replace the $repo_name
variable with $repo
. Thanks for writing this... I was doing something similar on GitHub, but wasn't using this as a git script. Perfect for my project creation automation.
Last paragraph, small typo. Should be:
Now you can run git-init-remote my-cool-repo to create a new repo.