parent
b6d490da8a
commit
e0a3b1bf15
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ in
|
|||
pull.rebase = true;
|
||||
};
|
||||
aliases = {
|
||||
co = "checkout";
|
||||
cob = "checkout -b";
|
||||
cobf = "checkout -B";
|
||||
co = "switch";
|
||||
cob = "switch -c";
|
||||
cobf = "switch -C";
|
||||
st = "status -sb";
|
||||
d = "diff";
|
||||
dc = "diff --cached";
|
||||
|
|
Loading…
Reference in a new issue