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
相关文章
相关标签/搜索