summaryrefslogtreecommitdiffstats
path: root/.gitconfig##h.luchs
diff options
context:
space:
mode:
authorYigit Sever2021-10-24 23:08:38 +0300
committerYigit Sever2021-10-24 23:08:38 +0300
commit1ac2a28d03390503e48a19ad1d9a64591138caf7 (patch)
tree1ba1852bbbd95cc43b7c1c882e7a17249da658ce /.gitconfig##h.luchs
parent2aada03807e60e2fa255b065f1315c3699d603a5 (diff)
downloaddotfiles-1ac2a28d03390503e48a19ad1d9a64591138caf7.tar.gz
dotfiles-1ac2a28d03390503e48a19ad1d9a64591138caf7.tar.bz2
dotfiles-1ac2a28d03390503e48a19ad1d9a64591138caf7.zip
gitconfig: steal branches alias
https://thoughtbot.com/blog/dumpster-diving-through-dotfiles-git-branches
diffstat (limited to '.gitconfig##h.luchs')
-rw-r--r--.gitconfig##h.luchs1
1 files changed, 1 insertions, 0 deletions
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 @@
18 hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short 18 hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
19 sl = log --oneline --decorate -20 19 sl = log --oneline --decorate -20
20 sla = log --oneline --decorate --graph --all -20 20 sla = log --oneline --decorate --graph --all -20
21 branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
21[credential] 22[credential]
22 helper = cache --timeout=3600 23 helper = cache --timeout=3600
23[color] 24[color]