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