cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agogit workflowlemmy.mlimagemessage-square39fedilinkarrow-up1562arrow-down17cross-posted to: programmerhumor@lemmy.ml
arrow-up1555arrow-down1imagegit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square39fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareScratch@sh.itjust.workslinkfedilinkEnglisharrow-up52·1 month agoBe a man. ‘git commit -am “changes”’
minus-squareDrew Belloc@programming.devlinkfedilinkarrow-up37·1 month agoAt this point just create a script or alias called “fuckthis” that does that and then push direct to main
minus-squareScratch@sh.itjust.workslinkfedilinkEnglisharrow-up35·1 month 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-squarejol@discuss.tchncs.delinkfedilinkarrow-up26·1 month agoI have auto save on. A cron job running every minute with just git add . && git commit - m “wip”
minus-squareDannyBoy@sh.itjust.workslinkfedilinkEnglisharrow-up19·1 month agoHave the name of the alias be “gti” or “gut”
minus-squareѕєχυαℓ ρσℓутσρє@lemmy.sdf.orglinkfedilinkarrow-up7·edit-21 month agoalias {gti,gut}='git commit -am "changes" && git push -f'
minus-squaresynae[he/him]@lemmy.sdf.orglinkfedilinkEnglisharrow-up5·edit-21 month agoI have about a dozen aliases of various mistypings of “git”. Somehow I still hit unaliased typo once in a while
minus-squareKindaABigDyl@programming.devlinkfedilinkarrow-up6arrow-down1·1 month agoAnd any project worth their salt will reject it for two reasons: Unclear message/changes (potentially too many changes at once) Not signed
minus-squarewise_pancake@lemmy.calinkfedilinkarrow-up5·1 month agoI’ve got signing auto enabled though
minus-squareJiminaMann@lemmy.worldlinkfedilinkarrow-up2·1 month 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
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
I have auto save on. A cron job running every minute with just git add . && git commit - m “wip”
&& git push --force
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
git yolo
And any project worth their salt will reject it for two reasons:
I’ve got signing auto enabled though
Doesn’t work for me idk why, it’ll ignore the message, and i have to commit again before i can push