LoginSignup
11

More than 5 years have passed since last update.

hubコマンドでPull Requestを送るときにセクションタイトルを記述する

Posted at

GitHubユーザーのためのhubコマンドを使うとコマンドラインからpull requestを送信でき大変便利なのだけれど,普通のコミットメッセージと同じく#から始まる行はコメントと見做されるためセクションタイトルを書けない.と思っていた.

h1とh2はそれぞれ以下のように書けるので,=-を使えば良いのでした.thanks @kentaro !

h1 header
========

h2 header
--------------

h3以上は書けませんが,とりあえずはこれで良さそう.

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
11