版本控制工具——Git筆記

打開Git Bash 1、配置身份 這樣在提交代碼是就可以通過git查到是誰提交的了 git config --global user.name "Tony" git config --global user.email "[email protected]" 配置完成後,可以使用相同命令去查看是否配置成功,只需要將最後的名字和郵箱地址去掉即可。如下 git config --global use
相關文章
相關標籤/搜索