はじめに、やりたいこと
commitする前に今commitしたらどのユーザーとしてコミットされるか知りたい。
確認コマンド
$ git config --global user.name
> Oda Ryo
変更するコマンド
git config --global user.name "Oda Ryo2"
参考
https://help.github.com/en/articles/setting-your-username-in-git
日々の記録とか記憶とか。
commitする前に今commitしたらどのユーザーとしてコミットされるか知りたい。
$ git config --global user.name
> Oda Ryo
git config --global user.name "Oda Ryo2"
https://help.github.com/en/articles/setting-your-username-in-git
最近のコメント