commit 13866cef3f3bdf70d12e8e5f931486ba3e081829 parent c5dc279bc18a1f2502190895ee09925d1649f61c Author: oscarbenedito <oscar@oscarbenedito.com> Date: Mon, 15 Jun 2020 18:24:40 +0200 Added more git aliases Diffstat:
M | .config/git/config | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.config/git/config b/.config/git/config @@ -9,11 +9,13 @@ d = diff dc = diff --cached l = log + lp = log --graph --pretty=format:'%Cred%h%Creset %Cblue%an%Creset: %s%Creset%C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative pl = pull ps = push psf = push --force - s = status + s = status --short sh = stash shp = stash pop + ss = status [commit] gpgsign = true