aboutsummaryrefslogtreecommitdiff
path: root/git/config
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-25 19:02:33 +0200
committerThomas Schmucker <ts@its1.de>2026-08-25 19:02:33 +0200
commitb3b1f245e798319a268b372d33489eaf14fa632e (patch)
tree89b664604240b650ac0cfc64172afd6ff8d9799c /git/config
parent8bb17a859b2fc2dbad629a8f6189eb03503f5530 (diff)
downloaddotfiles-b3b1f245e798319a268b372d33489eaf14fa632e.tar.gz
dotfiles-b3b1f245e798319a268b372d33489eaf14fa632e.tar.bz2
dotfiles-b3b1f245e798319a268b372d33489eaf14fa632e.zip
git: neuer Alias zum Synchronisieren meiner Kalenderdaten
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