feat(home): git aliases
This commit is contained in:
parent
3b669c17c1
commit
bb8e1be0b2
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@
|
||||||
pu = "push";
|
pu = "push";
|
||||||
m = "merge";
|
m = "merge";
|
||||||
l = "log";
|
l = "log";
|
||||||
graph = "log --graph --oneline";
|
graph = "log --graph --oneline --all";
|
||||||
|
b = "branch -a";
|
||||||
sh = "show";
|
sh = "show";
|
||||||
ds = "diff --staged";
|
ds = "diff --staged";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue