abhinav / git-spice

Manage stacked Git branches
https://abhinav.github.io/git-spice/
GNU General Public License v3.0
220 stars 11 forks source link

Support submit --no-publish for unsupported forges #351

Closed entropitor closed 1 month ago

entropitor commented 1 month ago

When using gs stack submit --no-publish for e.g. gitlab which is not supported yet (#348), git-spice still complains

ERR Could not guess repository from remote URL url=git@gitlab.com:org/group/repo.git
ERR Are you sure the remote identifies a supported Git host?
FTL gs: submit my-branch: unsupported Git remote URL
entropitor commented 1 month ago

Thank you!