cm0002@lemmy.world to Programmer Humor@programming.dev · 8 months agogit workflowlemmy.mlimagemessage-square7linkfedilinkarrow-up13arrow-down10
arrow-up13arrow-down1imagegit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 8 months agomessage-square7linkfedilink
minus-squareScratch@sh.itjust.workslinkfedilinkEnglisharrow-up1·8 months agoBe a man. ‘git commit -am “changes”’
minus-squareDrew Belloc@programming.devlinkfedilinkarrow-up1·8 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·8 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·8 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”