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
相關文章
相關標籤/搜索