git 刪除分支和刪除文件夾

1、刪除分支 1.1查看所有分支: [plain]  view plain  copy  print ? git branch -a   得到結果: 1.2刪除HEAD分支 [plain]  view plain  copy  print ? git push origin --delete HEAD   2、刪除文件夾 2.1 查看本地分支下的文件 [plain]  view plain  co
相關文章
相關標籤/搜索