Git配置相关

本地Git配置 设置本地全局属性 操作 执行代码块 设置Git用户名 git config --global user.name xxx 设置Git用户邮箱 git config --global user.email [email protected] 设置git pull 默认rebase更新 git config --global branch.autosetuprebase always
相关文章
相关标签/搜索