diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-25 19:02:33 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-25 19:02:33 +0200 |
| commit | b3b1f245e798319a268b372d33489eaf14fa632e (patch) | |
| tree | 89b664604240b650ac0cfc64172afd6ff8d9799c /git/config | |
| parent | 8bb17a859b2fc2dbad629a8f6189eb03503f5530 (diff) | |
| download | dotfiles-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/config | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | ||
