Explorar el Código

feat: 完善README

lanjianrong hace 5 años
padre
commit
a972426fbc
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -5,3 +5,19 @@ yarn install
 ## 启动项目
 
 npm run dev
+
+## 更新远程分支列表
+
+git remote update origin --prune
+
+## 查看所有分支
+
+git branch -a
+
+## 删除远程分支 xx
+
+git push origin --delete xx
+
+## 删除本地分支 xx
+
+git branch -d xx