commit 7149b658a241684fcc021e7a8a0726e886f01a69
parent 97d1afb1f9df75edfc214b88ede8929c8c4ff665
Author: William Casarin <jb55@jb55.com>
Date: Sun, 28 Feb 2021 13:45:57 -0800
git: s means show not status
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig
@@ -32,6 +32,7 @@
[gui]
recentrepo = /Users/jb55/src/js/titania
[alias]
+ s = show
a = add
b = branch
au = add -u
@@ -63,7 +64,6 @@
refl = reflog --date=relative
r = rebase
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
- s = status
stat2 = log --stat --pretty=format:'%C(auto,yellow)%h%C(auto,magenta)% G? %C(auto,blue)%>(12,trunc)%cr %C(auto,green)%aN %C(auto,red)%D %n%n %C(auto,reset)%s%n'
st = status -sb
tagd = !"git tag --format='%(creatordate:short)%09%(refname:strip=2)' | sort"