From: Oleg Broytman Date: Tue, 27 Jan 2015 15:47:18 +0000 (+0300) Subject: .gitconfig: reorder options X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=c6dfc5983f1fd26ae4aeb167b7d1f125a60caf83 .gitconfig: reorder options --- 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