commit ac220a82c0009b7ad8cdaf1c78ecedf5a33b872b parent 0ad82aae19b7411d5d9a376a6c5fdcdeb24d9f31 Author: Oliver Lowe <o@olowe.co> Date: Sun, 7 Aug 2022 20:06:08 +1000 short git status by default Diffstat:
| M | lib/git | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/git b/lib/git @@ -4,7 +4,7 @@ email = o@olowe.co [alias] co = checkout - st = status + st = status -s ci = commit up = pull -r b = branch