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