Fetch the repository succeeded.
if (id == 0) {
//todo sth.
} else {
//todo sth.
}
#define TK_COMMENT 0
if (id == TK_COMMENT) {
//todo sth.
} else {
//todo sth.
}
本次提交的描述信息。(issue #no)
例如:
git commit -m "bugfix: 修复 动态修改权重不生效。(issue #12)"
git commit -m "feature: 新增 标记tag,可进行从库流量配置功能。(issue #13)"
Sign in for post a comment
Comment ( 0 )