Article Outline
$git commit
cf. https://ja.wikipedia.org/wiki/Git
|| $git commit
|
| 空コミット
# [--allow-empty] でコード変更なくコミット
$ git commit --allow-empty -m "{commit_memo}"
$ git push origin {branch_name}
cf.
- git commit --allow-empty で空コミットを作成してPR作るといい感じ -HatenaBlog
- 【Github】空コミットをpushする - hosochinの技術ブログ
- How to Push an Empty Commit in Git -freeCodeCamp