Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
My commit messages look very similar today :) Because I'm adding the GL CI/CD support, so.... kind of a rain of commits with miniature changes :D I'm already running out of unique commit messages
-
Create a branch.
Work till it works, tested and verified.
Cherry Pick and rebase on main branch commits from two.
While rebasing, edit the commit messages.
More work, yes. But frustration from not being able to fix stuff like you want to do leads mostly to "" bad documentation "".
So the cherry picking and rebasing makes sure that you take your time and think.
More than I'd like I suddenly realised whole rebasing that the commits have consequences I wasn't aware off. -
devTea240884yUse git hooks that appends your branch name on your commit so at least you know when and how this shit happened
-
Earu5704yI just usually append a version number to these kind of commits, some day the commit history may look like:
Fuck 3
Fuck 2
Fuck -
@netikras feel you. when I created my first CI/CD configuration my commit messages have been like:
-removed stage prepare
-added stage prepare
-removed stage prepare because it breaks the build
-build is now succesfully broken without prepare
-adding prepare
-changing snapshot because shit doesn't work
If I ever decided to open source my work in the future, I'm sorry in advance to those that read my commit messages...
joke/meme