diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-04 16:33:07 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-04 16:33:07 +0200 |
| commit | e6c7b9a8fd4c7d640cedd24be0b3d170063400c6 (patch) | |
| tree | fd05e9a1c67fbf1f952f63675a4ef49884194dfd /git | |
| parent | 42d917218f52a9fc4524fc46583d6762651ae839 (diff) | |
| parent | 4f053f3baedfa1be4cfb6fe1b0ec94fd3fbac8c2 (diff) | |
| download | dotfiles-e6c7b9a8fd4c7d640cedd24be0b3d170063400c6.tar.gz dotfiles-e6c7b9a8fd4c7d640cedd24be0b3d170063400c6.tar.bz2 dotfiles-e6c7b9a8fd4c7d640cedd24be0b3d170063400c6.zip | |
Merge branch 'master' of git.its1.de:public/dotfiles
Diffstat (limited to 'git')
| -rw-r--r-- | git/config | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -34,4 +34,4 @@ | |||
| 34 | 34 | ||
| 35 | [alias] | 35 | [alias] |
| 36 | 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 | 36 | 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 |
| 37 | 37 | cleanup = "!git branch --merged master --format='%(refname:short)' | grep -v '^master$' | xargs -r git branch -d" | |
