Add more git aliases

This commit is contained in:
Johannes Rothe 2024-10-22 22:45:18 +02:00
parent af5abaf28a
commit 558f4c557f

View File

@ -67,6 +67,8 @@
a = "add"; a = "add";
ci = "commit"; ci = "commit";
ca = "commit --amend --no-edit"; ca = "commit --amend --no-edit";
ds = "diff --staged";
df = "diff";
st = "status"; st = "status";
co = "checkout"; co = "checkout";
br = "branch"; br = "branch";