- リポジトリ作成
- コミットしたいディレクトリに移動
.terminal
git init
.terminal
git remote add origin https://github.com/アカウント名/リポジトリ名
.terminal
git add
.terminal
git commit -m "first commit"
.terminal
git push -u origin main
怒られたら
.terminal
git push -u origin master
上記を試してみる