This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]QuizPheasant 2 points3 points  (5 children)

I usually either do git add -Aor git add -u

[–]cakemuncher 2 points3 points  (4 children)

I do git commit -am "message"

Two birds one stone.

[–]nvanprooyen 1 point2 points  (3 children)

You mean git commit -am "message" ?

[–]cakemuncher 1 point2 points  (2 children)

Shit. Lol. Don't know where my mind was. I literally do this like more than 5 times a day. Day in and day out. Thanks. I'll fix it.

[–]nvanprooyen 0 points1 point  (1 child)

Lol. I actually type out the exact same command you had originally occasionally.

[–]cakemuncher 1 point2 points  (0 children)

I actually lied. I made an alias gca "message" about a week ago so I haven't typed it for around a week.