.gitconfig の自分用の設定。
[core]
editor = vim
[user]
email = username@example.com
name = username
[alias]
st = status
co = checkout
br = branch
up = rebase
ci = commit
[color]
ui = auto
更新したら追記する。
参考
https://www.kimoton.com/entry/2018/07/26/091619