You must log in or register to comment.
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”