diff options
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 |