Git 团队协作中常用术语

Git 团队协作中常用术语 WIP PTAL CC LGTM 等解释

WIP   Work in progress, do not merge yet. // 开发中
LGTM Looks good to me. // Riview 完别人的 PR ,没有问题
PTAL Please take a look. // 帮我看下,一般都是请别人 review 自己的 PR
CC Carbon copy // 一般代表抄送别人的意思
RFC  —  request for comments. // 我觉得这个想法很好, 我们来一起讨论下
IIRC  —  if I recall correctly. // 如果我没记错
ACK  —  acknowledgement. // 我确认了或者我接受了,我承认了
NACK/NAK — negative acknowledgement. // 我不同意

你可能感兴趣的:(Git 团队协作中常用术语)