4 ms·
Extremely useful .gitconfig snippet: [alias] git = !sl catches e.g. `git git status`, which I run shockingly often.
by arthurdenture 4y ago
Extremely useful .gitconfig snippet:
[alias]
git = !sl
catches e.g. `git git status`, which I run shockingly often.