How to provide a prepared git commit message?

前端 未结 2 1770
刺人心
刺人心 2021-02-20 03:45

By convention I create my story branches in git to include Jira issue ids in them, e.g. FOO-1001. I have a script to do that for me. Now, I have prepared another script that fet

2条回答
  •  不要未来只要你来
    2021-02-20 04:22

    There's also -F:

       -F , --file=
           Take the commit message from the given file. Use - to read the message from the standard input.
    

提交回复
热议问题