cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agogit workflowlemmy.mlimagemessage-square7linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imagegit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square7linkfedilink
minus-squareScratch@sh.itjust.workslinkfedilinkEnglisharrow-up1·3 months agoBe a man. ‘git commit -am “changes”’
minus-squareDrew Belloc@programming.devlinkfedilinkarrow-up1·3 months agoAt this point just create a script or alias called “fuckthis” that does that and then push direct to main
minus-squareDannyBoy@sh.itjust.workslinkfedilinkEnglisharrow-up0·3 months agoHave the name of the alias be “gti” or “gut”
minus-squarejol@discuss.tchncs.delinkfedilinkarrow-up0·3 months agoI have auto save on. A cron job running every minute with just git add . && git commit - m “wip”
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
Have the name of the alias be “gti” or “gut”
I have auto save on. A cron job running every minute with just git add . && git commit - m “wip”
&& git push --force