Run git pull
/ git fetch --tags
during abra recipe upgrade
#364
Loading…
x
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 upgrade
doesn'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
abra
either warned if the local git repo wasn't up-to-date, or even rangit pull
itself.Latest changes now fetched before
recipe upgrade
54646650c7/cli/recipe/upgrade.go (L64-L66)