From ff3e0572378fb7a32741949abcf806ccf8c012f1 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 4 Mar 2024 10:20:25 +0700 Subject: [PATCH] chore(scripts): improve g br --- scripts/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git.sh b/scripts/git.sh index c2912ca..910bdc4 100755 --- a/scripts/git.sh +++ b/scripts/git.sh @@ -2,7 +2,7 @@ # Global aliases git config --global alias.ass add -git config --global alias.br branch +git config --global alias.br "branch -v --sort=committerdate" git config --global alias.ci commit git config --global alias.cl clone git config --global alias.co checkout