Run git pull / git fetch --tags during abra recipe upgrade
#364
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, it's possible to set up a confusing situation because
abra recipe upgradedoesn't fetch latest changes from git, so we could end up with duplicate releases which could be hard to resolve in git.Instead, it'd be nice if
abraeither warned if the local git repo wasn't up-to-date, or even rangit pullitself.Latest changes now fetched before
recipe upgrade54646650c7/cli/recipe/upgrade.go (L64-L66)