From 4ece230fcd2625d999ba0c058e40fda123d52015 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Fri, 9 Oct 2020 17:43:41 +0200 Subject: [PATCH] [git] fix my git branch alias --- git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index 533f380..cfff4f9 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -30,7 +30,7 @@ st = status df = diff ci = commit - r = branch + br = branch w = whatchanged --abbrev-commit ls = ls-files gr = log --graph --oneline --decorate