summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-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