chore(git): checkout is too long, co is better
This commit is contained in:
parent
50977758a6
commit
24576028cd
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ in
|
||||||
userName = "${cfg.userName}";
|
userName = "${cfg.userName}";
|
||||||
userEmail = "${cfg.userEmail}";
|
userEmail = "${cfg.userEmail}";
|
||||||
aliases = {
|
aliases = {
|
||||||
|
co = "checkout";
|
||||||
fa = "fetch --all";
|
fa = "fetch --all";
|
||||||
far = "!git fa; git rebase";
|
far = "!git fa; git rebase";
|
||||||
l = "log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
|
l = "log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue