Git常用命令汇总

1.初始化相关 git init 初始化仓库   git remove add origin url 添加仓库地址  git remove rm origin 删除仓库地址  git clone 克隆别人的分支   2.分支相关 git branch 查看所有分支 git branch -a 查看所有分支,包括本地的和远程的 git branch branch_name 新建分支 git bran
相关文章
相关标签/搜索