Fetch latest changes before running catalogue generate #367
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?
Similarly to coop-cloud/organising#364 we also need to update the catalogue before running
catalogue generate
or else we get:Which isn't a helpful error message 🙃
Work-around is to
git reset HEAD~; git checkout .; git pull
& run the generate again. All in the catalogue repository under~/.abra
.