cm0002@lemmy.world to Programmer Humor@programming.dev · 22 days agogit workflowlemmy.mlimagemessage-square36linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagegit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 22 days agomessage-square36linkfedilink
minus-squareDrew Belloc@programming.devlinkfedilinkarrow-up0·22 days 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-up0·22 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-squareDannyBoy@sh.itjust.workslinkfedilinkEnglisharrow-up0·22 days agoHave the name of the alias be “gti” or “gut”
minus-squaresynae[he/him]@lemmy.sdf.orglinkfedilinkEnglisharrow-up0·edit-222 days agoI have about a dozen aliases of various mistypings of “git”. Somehow I still hit unaliased typo once in a while
minus-squareѕєχυαℓ ρσℓутσρє@lemmy.sdf.orglinkfedilinkarrow-up0·22 days agoalias gti='git commit -am "changes" && git push -f' alias gut=gti
minus-squarejol@discuss.tchncs.delinkfedilinkarrow-up0·22 days agoI have auto save on. A cron job running every minute with just git add . && git commit - m “wip”
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.
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
alias gti='git commit -am "changes" && git push -f' alias gut=gti
I have auto save on. A cron job running every minute with just git add . && git commit - m “wip”
&& git push --force