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
相關文章
相關標籤/搜索