You must log in or register to comment.
At this point just create a script or alias called “fuckthis” that does that and then push direct to main
I have auto save on. A cron job running every minute with just git add . && git commit - m “wip”
&& git push --force
PR reviews take the most time, eliminating those saved us loads of time.
QA were also bogging us down, axed them too. Now we’re flying.
The Social Security Infrastructure rebuild should be done in a matter of weeks! At least that’s what Copilot says.
That’s how you get a Boing
Have the name of the alias be “gti” or “gut”
alias {gti,gut}='git commit -am "changes" && git push -f'
I have about a dozen aliases of various mistypings of “git”. Somehow I still hit unaliased typo once in a while