chore(git): checkout is too long, co is better

This commit is contained in:
Yorick Barbanneau 2025-02-05 17:42:18 +01:00
parent 50977758a6
commit 24576028cd

View file

@ -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";