SystemFiles / GOG

GOG is an Opinionated Git workflow CLI tool written in Golang to help developers enforce consistency and strong project/version management within their projects without the added complexity of manual process documentation.

Home Page:https://sykesdev.ca/projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Local feature branch deleted but remote exists and feature create is initiated

SystemFiles opened this issue · comments

Fails with:

../GOG/dist/gog feature BENS-0006 Test Feature                                                               Fri Mar 25 16:45:41 2022
2022-3-25 16:45:46 [ERROR] - Failed to push changes to remote repository. exit status 1
2022-3-25 16:45:46 [ERROR] - There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> BENS-0006

No longer relevant