diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-02 09:52:49 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-02 09:52:49 +0200 |
| commit | 807170eef48e2181abf306b1424c736f5179b36e (patch) | |
| tree | fa637b9f0589c4b2866007908f55a7636226fffe /git/config | |
| parent | e44fd96e3b8be7480e8a93af3e3bcb5767409b82 (diff) | |
| parent | cd76ca88483048791249846917c7768f7bfe301e (diff) | |
| download | dotfiles-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/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 | ||
