logo

git git git git git

Posted by alexmolas |4 hours ago |16 comments

modeless 4 hours ago[1 more]

I need one called "gits" that accepts a command "tatus".

sshine 4 hours ago

I never have this exact problem.

It's rare that my stale prompt has a "git" in it.

Most of my git commands have mnemonic aliases like "gs", "gd", "gl".

I usually have the problem where a stale "ls" or "vim" inhabits the prompt.

skrebbel 3 hours ago

I recommend also adding this:

   [alias]
     really = !exec git
This solves the common situation where you could’ve sworn you pushed your worl, but colleague can’t find it regardless. You can then `git really push` to be sure.

3stacks 4 hours ago

Its a weird feeling to see something posted on here and remembering it being posted nearly 10 years ago

I think of this every time I write git git status

walrus01 3 hours ago

Buffalo Buffalo buffalo Buffalo buffalo?

Subdivide8452 3 hours ago

Never had this, but I kinda wanna add the alias just in case now

philipallstar 4 hours ago

> See what other git alias’ I have

This should be "aliases".

docheinestages 3 hours ago

Would it work with "giggity" too?

ggm 4 hours ago[1 more]

Do the exec() tail call?

tempfile 3 hours ago[1 more]

It's amazing the lengths people go to in order to avoid typing more carefully.

quietlathe 3 hours ago

The exec matters here. Without it each extra git would stack another shell process.

roli64 3 hours ago

So this is what people do with their spare time.