G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

create repository at organization #306

Open JuliaSprenger opened 3 years ago

JuliaSprenger commented 3 years ago

When adding a remote to a local repository (gin add-remote <remote_name> <location>) on gin and the location does not exist, the user can decide to create it directly. However, when using e.g. gin:<organization>/<repo> as remote, the repository is not created at the organization level, but under the user that is currently logged in.

I think there are 2 things to fix here: