diff --git a/config/git/config b/config/git/config index d7b9b61..a0bbf7c 100644 --- a/config/git/config +++ b/config/git/config @@ -8,7 +8,7 @@ co = checkout d = diff l = log --graph --pretty=graph --date=relative - up = pull --rebase=preserve --autostash + up = pull --prune --rebase=preserve --autostash patch = !git --no-pager diff --no-color st = status --short shove = "!f() { git push ${1:-origin} :; }; f"