You're viewing a single thread.
Be a man.
‘git commit -am “changes”’
50 0 ReplyAt this point just create a script or alias called "fuckthis" that does that and then push direct to main
37 0 ReplyPR 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.
34 0 ReplyThat's how you get a Boing
1 0 Reply
I have auto save on. A cron job running every minute with just git add . && git commit - m "wip"
26 0 Reply13 0 Reply&& git push --force
12 0 Reply
Have the name of the alias be "gti" or "gut"
19 0 Reply11 0 Replyalias {gti,gut}='git commit -am "changes" && git push -f'
7 0 ReplyI have about a dozen aliases of various mistypings of "git". Somehow I still hit unaliased typo once in a while
5 0 Reply
And any project worth their salt will reject it for two reasons:
- Unclear message/changes (potentially too many changes at once)
- Not signed
6 0 ReplyI’ve got signing auto enabled though
5 0 Reply
5 0 ReplyDoesn't work for me idk why, it'll ignore the message, and i have to commit again before i can push
2 0 Reply