From 1ac2a28d03390503e48a19ad1d9a64591138caf7 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 24 Oct 2021 23:08:38 +0300 Subject: gitconfig: steal branches alias https://thoughtbot.com/blog/dumpster-diving-through-dotfiles-git-branches --- .gitconfig##h.lowe | 1 + .gitconfig##h.luchs | 1 + .gitconfig##h.maus | 1 + 3 files changed, 3 insertions(+) diff --git a/.gitconfig##h.lowe b/.gitconfig##h.lowe index b4dea18..d0026b7 100644 --- a/.gitconfig##h.lowe +++ b/.gitconfig##h.lowe @@ -18,6 +18,7 @@ hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short sl = log --oneline --decorate -20 sla = log --oneline --decorate --graph --all -20 + branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes [credential] helper = cache --timeout=3600 [color] diff --git a/.gitconfig##h.luchs b/.gitconfig##h.luchs index 8f2fb6a..5ad9aeb 100644 --- a/.gitconfig##h.luchs +++ b/.gitconfig##h.luchs @@ -18,6 +18,7 @@ hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short sl = log --oneline --decorate -20 sla = log --oneline --decorate --graph --all -20 + branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes [credential] helper = cache --timeout=3600 [color] diff --git a/.gitconfig##h.maus b/.gitconfig##h.maus index 16b69f4..265ecb6 100644 --- a/.gitconfig##h.maus +++ b/.gitconfig##h.maus @@ -18,6 +18,7 @@ hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short sl = log --oneline --decorate -20 sla = log --oneline --decorate --graph --all -20 + branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes [credential] helper = cache --timeout=3600 [color] -- cgit v1.2.3-70-g09d2