step-up icon indicating copy to clipboard operation
step-up copied to clipboard

stepup version create --no-editor doesn't work

Open igorescobar opened this issue 9 years ago • 0 comments

Turns out that if my .git/config doesn't set remote.origin.fetch +refs/heads/*:refs/remotes/origin/* stepup thinks that I'm working on a local repository.

I solution would be stepup version create --no-editor always push to remote

A fallback in case you don't want to create a new version remotely would be: stepup version create --no-editor --local

igorescobar avatar Jul 22 '14 13:07 igorescobar