commit a499204dd8b222f72c990f3448987933407890bc
parent 9530a997f33cae179060a2b6e1ebcdf0d0a0bcad
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sun, 21 Jun 2020 19:57:48 +0200

Changed 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 @@ -4,8 +4,10 @@ signingkey = 827E5A8E3AE8A499 [alias] a = add + addurl = remote set-url --add origin c = commit cm = commit -m + co = checkout d = diff dc = diff --cached l = log @@ -16,6 +18,6 @@ s = status --short sh = stash shp = stash pop - ss = status + st = status [commit] gpgsign = true