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