1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

git: short status

This commit is contained in:
Kierán Meinhardt
2019-06-08 15:06:37 +02:00
parent ae75e2a578
commit fcabc8409f

View File

@@ -64,7 +64,7 @@
ci = "commit";
cm = "commit -m";
amend = "commit --amend";
st = "status";
st = "status -s";
unstage = "reset HEAD --";
diffs = "diff --staged";
last = "log -1 HEAD";