From b86c2a8a267bdc6caff5febc43c294228e9f8dd1 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 19 Apr 2023 11:12:16 +0200 Subject: .gitconfig: let `git up` rebase on origin/man --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index ce2f9d2..96b3f19 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,7 +29,7 @@ s = status -s st = status today = commit --amend --date=now --no-edit - up = pull --rebase --autostash --prune origin master + up = pull --rebase --autostash --prune origin main cr = codereview change = codereview change gofmt = codereview gofmt -- cgit v1.2.3-54-g00ecf