×
FalconChen
2020-07-09 09:27
#daily tips# git commit 可使用多个-m参数达到多行commit的用法:git commit -m "commit title" -m "commit description"
1
eget

评论 ( 2 )

  • FalconChen 弹主
    2020-07-09 09:30
    @OSC首席保安 这样写也是ok的
    0
  • OSC首席保安
    2020-07-09 09:29
    git commit -m $'1. 修改bug。\n2. 添加功能。\n3. 添加bug。'
    0