LoginSignup
7
6

More than 5 years have passed since last update.

空のプルリクを作りたかったら空のcommitが便利

Posted at

ブランチ作成

$ git checkout -b topic-branch

空コミット

$ git commit --allow-empty -m "make pull request"

push

$ git push origin topic-branch

これでGitHub上で空のプルリクが作れるようになる。

7
6
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
7
6