Solution:
git commit --amend
git push --force
Problem:
The process of discovering best practices on how to keep a clean git history is a goddamned challenge.
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Solution:
git commit --amend
git push --force
Problem:
The process of discovering best practices on how to keep a clean git history is a goddamned challenge.
Don't waste your precious build minutes: act, gitlab-ci-local.
I find it infuriating that they didn't design CI to run locally first and then offer a hosted version of it. These tools are not the perfect alternatives for the real thing.
That's why I use a separate branch. Use rebase or reset depending on what exactly you need to clean up when it's working.
Yeah that's me some days at work