From 82a8674776a74bfd9d8e56944ee1e4eb6bf31ac0 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 27 Jan 2021 14:11:51 +0100 Subject: Add --prune to `git up` alias --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitconfig') 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 -- cgit v1.2.3-54-g00ecf