Git基础命令 git远程关联 git远程关联移除

经常使用命令 git init git add //添加到git(暂存区)准备提交 git add -A git add -all //把工做区全部修改添加到暂存区 git commit -m “描述内容” //默认提交到主分支 git pull //从远程抓取分支 远程仓库 git remote //查看远程库信息 git remote -v //查看更详细的远程库信息 git remote a
相关文章
相关标签/搜索