Open2022/11/15にコメント追加1【git】新しいブランチを切る+空コミットを自動化したいGitふじしろ2022/11/15参考 https://github.com/shikakun/tips/issues/70 上記を参考に自分用に修正 [alias] branch-empty-commit = "!sh -c 'git checkout -b $1 && git commit --allow-empty -m \"branch commit\"' -" 返信を追加
ふじしろ2022/11/15参考 https://github.com/shikakun/tips/issues/70 上記を参考に自分用に修正 [alias] branch-empty-commit = "!sh -c 'git checkout -b $1 && git commit --allow-empty -m \"branch commit\"' -" 返信を追加