I want to create new gitlab repo on self-hosted server from terminal. It’s very easy to do at github.com
using https://github.com/github/hub
. With Hub we just go to local git repo and run hub create
How to do the same with gitlab?
I want to create new gitlab repo on self-hosted server from terminal. It’s very easy to do at github.com
using https://github.com/github/hub
. With Hub we just go to local git repo and run hub create
How to do the same with gitlab?