diff options
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" | |
