ターミナルを開いて、以下のコマンドを実行する。
git commit --allow-empty -m "Initial commit"
以下のコマンドで、コミットされているかを確認できる。
git log
参考
Git - git-commit Documentation
ターミナルを開いて、以下のコマンドを実行する。
git commit --allow-empty -m "Initial commit"
以下のコマンドで、コミットされているかを確認できる。
git log
コメント