Git基本命令

配置本地用戶信息 git config --global user.name "userName" git config --global user.email "emailAddress"git 克隆代碼庫 git clone git@git.coding.net:XXXXXXX/XXXX.gitweb 普通拉取更新 git pullsvg 正常推送[每次推送前先拉取最新的代碼] git add
相關文章
相關標籤/搜索