git 創建刪除遠程分支

添加新遠程分支過程 1.查看本地及遠程分支  git branch -a (git branch -r 只查看遠程分支) 2.創建本地分支    git checkout -b test_init origin/master 3.同步到遠程     git push origin test_init 刪除遠程分支過程  git branch -r -d origin/test_init  git
相關文章
相關標籤/搜索