LoginSignup
80
70

More than 5 years have passed since last update.

複数行のコミットメッセージをターミナルから指定する

Last updated at Posted at 2014-05-21

git commit -F- と、ヒアドキュメントを使います

コミットする

$ git commit -F- <<EOM
> 任意のタイトルほげほげ
>
> ほげー
> ふがふがー
> EOM

コミットログを確認する

$ git log
commit hoge123hoge123hoge123hoge123hoge123hoge123
Author: HogeUser
Date:   Wed May 21 16:08:01 2014 +0900

    任意のタイトルほげほげ

    ほげー
    ふがふがー

80
70
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
80
70