git安装后配置唯一标志

 git commit -m "修改接口增加XXX节点,可以返回多个记录"
[master XXXX] 修改接口增加XXXXX节点,可以返回多个记录
 Committer: XXXX <XXXXX.com>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:
    git config --global user.name "Your Name"
    git config --global user.email [email protected]
After doing this, you may fix the identity used for this commit with:
    git commit --amend --reset-author
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 "XXXXXXXXX"

你可能感兴趣的:(git版本控制)