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";
|
||||
m = "merge";
|
||||
l = "log";
|
||||
graph = "log --graph --oneline";
|
||||
graph = "log --graph --oneline --all";
|
||||
b = "branch -a";
|
||||
sh = "show";
|
||||
ds = "diff --staged";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue