Just deployed my GitHub Actions based pipeline. Every feed entry now has an issue as it’s source of truth. Take a look at #5 to see it in action.
Just deployed my GitHub Actions based pipeline. Every feed entry now has an issue as it’s source of truth. Take a look at #5 to see it in action.
Using git pull --rebase
can help maintain a cleaner git history by applying your local changes on top of the latest remote changeset. With git config --global pull.rebase true
one can enforce this as the default behavior globally.