【Git/GitHub】設定等備忘録
前提
・M1 Mac
・CLIでのコマンド、Vimは使える
アカウント作成
・https://github.co.jp/ からアカウント作成。
・GitとGitHub のユーザ設定を同期する。
git config --global user.name "yourname"git config --global user.email "your@email.com"
"yourname" と "your@email.com" は自分が GitHub にユーザ登録した