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.luchs | 1 + 1 file changed, 1 insertion(+) (limited to '.gitconfig##h.luchs') 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] -- cgit v1.2.3-61-g4310