Tortoise commit 模板复用,提交示例
一、打开Tortoise setting,按照下图执行
提示:commit_message.txt存放的路径可以自己选择
二、将下面模板复制到commit_message.txt或者自定义
===================================================
[Commit type][]
[Commit content][]
[Commit reason][]
[Self test][]
[Test result][]
====================================================
For example:
[Commit type][Task] //[Bug 1234]
[Commit content][Save important data to standby ram]
[Commit reason][The important data could be missing after mcu wake up]
[Self test][1.Sleep and wake up mcu 10 times.2.Add variable type,struct ,uint8 etc]
[Test result][1.Success.2.Success]