modeless 4 hours ago
sshine 4 hours ago
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
[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
I think of this every time I write git git status
walrus01 3 hours ago
Subdivide8452 3 hours ago
philipallstar 4 hours ago
This should be "aliases".
docheinestages 3 hours ago
ggm 4 hours ago
tempfile 3 hours ago
quietlathe 3 hours ago
roli64 3 hours ago