feat(home): git aliases

This commit is contained in:
Ahurac 2024-11-19 08:53:36 +01:00
parent 3b669c17c1
commit bb8e1be0b2

View file

@ -165,7 +165,8 @@
pu = "push";
m = "merge";
l = "log";
graph = "log --graph --oneline";
graph = "log --graph --oneline --all";
b = "branch -a";
sh = "show";
ds = "diff --staged";
};