@[email protected] to Programmer [email protected] • 10 days agogit workflowlemmy.mlimagemessage-square39fedilinkarrow-up1541cross-posted to: [email protected]
arrow-up1541imagegit workflowlemmy.ml@[email protected] to Programmer [email protected] • 10 days agomessage-square39fedilinkcross-posted to: [email protected]
minus-squareDrew Belloclinkfedilink37•10 days agoAt this point just create a script or alias called “fuckthis” that does that and then push direct to main
minus-square@[email protected]linkfedilink24•10 days agoI have auto save on. A cron job running every minute with just git add . && git commit - m “wip”
minus-squareScratchlinkfedilinkEnglish33•10 days agoPR 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.
minus-square@[email protected]linkfedilinkEnglish18•10 days agoHave the name of the alias be “gti” or “gut”
minus-squaresynae[he/him]linkfedilinkEnglish5•edit-210 days agoI have about a dozen aliases of various mistypings of “git”. Somehow I still hit unaliased typo once in a while
minus-squareѕєχυαℓ ρσℓутσρєlinkfedilink7•edit-210 days agoalias {gti,gut}='git commit -am "changes" && git push -f'
minus-square@[email protected]linkfedilink6•10 days agoAnd any project worth their salt will reject it for two reasons: Unclear message/changes (potentially too many changes at once) Not signed
minus-square@[email protected]linkfedilink2•10 days agoDoesn’t work for me idk why, it’ll ignore the message, and i have to commit again before i can push
Be a man.
‘git commit -am “changes”’
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”
I have about a dozen aliases of various mistypings of “git”. Somehow I still hit unaliased typo once in a while
And any project worth their salt will reject it for two reasons:
I’ve got signing auto enabled though
git yolo
Doesn’t work for me idk why, it’ll ignore the message, and i have to commit again before i can push