summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2023-04-19 11:12:16 +0200
committerTobias Klauser <tklauser@distanz.ch>2023-04-19 11:12:16 +0200
commitb86c2a8a267bdc6caff5febc43c294228e9f8dd1 (patch)
tree15f46784fa555520a05303d91c926023385dbcdb
parent00b42bc6d19429992b69f67d5d9dbfec98767a68 (diff)
.gitconfig: let `git up` rebase on origin/man
-rw-r--r--.gitconfig2
1 files changed, 1 insertions, 1 deletions
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