diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2023-04-19 11:12:16 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2023-04-19 11:12:16 +0200 |
commit | b86c2a8a267bdc6caff5febc43c294228e9f8dd1 (patch) | |
tree | 15f46784fa555520a05303d91c926023385dbcdb /.gitconfig | |
parent | 00b42bc6d19429992b69f67d5d9dbfec98767a68 (diff) |
.gitconfig: let `git up` rebase on origin/man
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |