summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2021-01-27 14:11:51 +0100
committerTobias Klauser <tklauser@distanz.ch>2021-01-27 14:11:51 +0100
commit82a8674776a74bfd9d8e56944ee1e4eb6bf31ac0 (patch)
tree4ce630d52fd8cda1a7d487bada694ee1adc63a78
parent90679eb96909206b72f42a05baf1573a6ab21aea (diff)
Add --prune to `git up` alias
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 5aacfb1..e8fd249 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -24,7 +24,7 @@
ls = ls-files
s = status -s
st = status
- up = pull --rebase --autostash origin master
+ up = pull --rebase --autostash --prune origin master
cr = codereview
change = codereview change
gofmt = codereview gofmt