aboutsummaryrefslogtreecommitdiff
path: root/git/config
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-02 09:52:49 +0200
committerThomas Schmucker <ts@its1.de>2026-09-02 09:52:49 +0200
commit807170eef48e2181abf306b1424c736f5179b36e (patch)
treefa637b9f0589c4b2866007908f55a7636226fffe /git/config
parente44fd96e3b8be7480e8a93af3e3bcb5767409b82 (diff)
parentcd76ca88483048791249846917c7768f7bfe301e (diff)
downloaddotfiles-807170eef48e2181abf306b1424c736f5179b36e.tar.gz
dotfiles-807170eef48e2181abf306b1424c736f5179b36e.tar.bz2
dotfiles-807170eef48e2181abf306b1424c736f5179b36e.zip
Merge branch 'master' into add-jinja-support
Diffstat (limited to 'git/config')
-rw-r--r--git/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/config b/git/config
index 411b924..f53f526 100644
--- a/git/config
+++ b/git/config
@@ -39,3 +39,4 @@
39[alias] 39[alias]
40 lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches 40 lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches
41 cleanup = "!git branch --merged master --format='%(refname:short)' | grep -v '^master$' | xargs -r git branch -d" 41 cleanup = "!git branch --merged master --format='%(refname:short)' | grep -v '^master$' | xargs -r git branch -d"
42 sync = !git commit -am \"sync\" && git push