Git用法總結

Git 是一個開源的分佈式版本控制系統,用以敏捷、高效地處理項目版本管理。git git配置 安裝git:sudo apt-get install git 配置用戶信息:git config --global user.name 「name」 配置郵箱信息:git config --global user.email "name@qq.com" cmd着色開關:git config --globa
相關文章
相關標籤/搜索