From c6dfc5983f1fd26ae4aeb167b7d1f125a60caf83 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 27 Jan 2015 18:47:18 +0300 Subject: [PATCH] .gitconfig: reorder options --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index d6a5853..43a30e5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,8 +5,8 @@ co = checkout l1 = log --oneline l5 = log -5 - lb = log --decorate --graph --stat --pretty=beautiful - lb5 = log --decorate --graph --stat --pretty=beautiful -5 + lb = log --decorate --graph --pretty=beautiful --stat + lb5 = log --decorate --graph --pretty=beautiful --stat -5 lg = log --decorate --graph lg1 = log --decorate --graph --oneline lg5 = log --decorate --graph -5 -- 2.39.2