From 458362bece2154af42937c39cb6f837593d252d1 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sat, 11 Feb 2017 01:42:45 +0100 Subject: [PATCH] =?UTF-8?q?git:=20alias=20d'affichage=20des=20branches=20t?= =?UTF-8?q?ri=C3=A9es=20par=20date=20de=20modification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/public/gitconfig b/public/gitconfig index 1a83ecb..ca21c39 100644 --- a/public/gitconfig +++ b/public/gitconfig @@ -8,6 +8,7 @@ status = auto [alias] a = add -p + br = for-each-ref --sort=committerdate refs/heads/ --format='%(committerdate:short)\t%(authorname)\t%(refname:short)' ci = commit co = checkout ff = pull --ff-only