.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
更新したら追記する。
参考
.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
更新したら追記する。
参考