You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have it pull from the set upstream remote or in case it's not on any remote yet ask for a confirmation to approve continuing instead of failing
The text was updated successfully, but these errors were encountered:
Also i believe this should pull from a static branch. Whatever one is modified when I install /update an addon. If not it will not receive any updates installed via the addon web ui... which is what I use this command for
Somewhat common usecase is to work on feature branches, that may or may not be present on origin remote, but might be present on different remote.
Currently 'origin' is hardcoded https://github.com/divio/divio-cli/blob/master/divio_cli/localdev/main.py#L618
It would be great to have it pull from the set upstream remote or in case it's not on any remote yet ask for a confirmation to approve continuing instead of failing
The text was updated successfully, but these errors were encountered: