No Description

lrf 43d754fcce update 2 years ago
.github b303c06174 init 2 years ago
app 43d754fcce update 2 years ago
config cd3828cfc4 Merge branch 'master' into dev 2 years ago
test b303c06174 init 2 years ago
.autod.conf.js b303c06174 init 2 years ago
.eslintignore b303c06174 init 2 years ago
.eslintrc b303c06174 init 2 years ago
.gitattributes 4a968f9bf2 update 2 years ago
.gitignore 36b897afdd update 2 years ago
README.md dd55b128d2 md update 2 years ago
app.js c154c90514 update 2 years ago
ecosystem.config.js fea807ca82 update 2 years ago
package-lock.json 9e65122b19 update 2 years ago
package.json bbadda4161 update 2 years ago
server.js dede39750e pm2 2 years ago

README.md

分支管理

删除本地分支

git branch -D ${branch_name}

删除远程分支

git push self -d ${branch_name}

拉取指定分支

git clone -b ${url}