Explorar o código

feat: 完善README

lanjianrong %!s(int64=5) %!d(string=hai) anos
pai
achega
a972426fbc
Modificáronse 1 ficheiros con 16 adicións e 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