fix(git): no -a in branch alias
This commit is contained in:
parent
7accc54935
commit
eec794002e
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
||||||
m = "merge";
|
m = "merge";
|
||||||
l = "log";
|
l = "log";
|
||||||
graph = "log --graph --oneline --all";
|
graph = "log --graph --oneline --all";
|
||||||
b = "branch -a";
|
b = "branch";
|
||||||
sh = "show";
|
sh = "show";
|
||||||
ds = "diff --staged";
|
ds = "diff --staged";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue