75
40

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Git 空コミットを行う

Last updated at Posted at 2020-05-21

〜宣伝〜

個人開発でエンジニア専門マッチングサービスを開発しましたので、是非未経験からエンジニア目指している人!現役エンジニアで教えたい人!使ってみてください!

概要

  • Gitにて空コミットを行う方法をまとめる

詳細

  • 下記コマンドをGitによる管理が行われているディレクトリで実行する。

    git commit --allow-empty -m "コミットメッセージ"
    
  • リポジトリ作成時の最初期のコミットなどには下記を実行する。

    git commit --allow-empty -m "first commit"
    

関連記事

75
40
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
75
40

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?