Sem descrição

lrf deb30af094 dev-prod há 2 anos atrás
.github b303c06174 init há 2 anos atrás
app dbd1101f60 update há 2 anos atrás
config deb30af094 dev-prod há 2 anos atrás
test b303c06174 init há 2 anos atrás
.autod.conf.js b303c06174 init há 2 anos atrás
.eslintignore b303c06174 init há 2 anos atrás
.eslintrc b303c06174 init há 2 anos atrás
.gitattributes 4a968f9bf2 update há 2 anos atrás
.gitignore 36b897afdd update há 2 anos atrás
README.md 4a968f9bf2 update há 2 anos atrás
app.js c154c90514 update há 2 anos atrás
ecosystem.config.js fea807ca82 update há 2 anos atrás
package-lock.json 9e65122b19 update há 2 anos atrás
package.json bbadda4161 update há 2 anos atrás
server.js dede39750e pm2 há 2 anos atrás

README.md

分支管理

删除本地分支

git branch -D ${branch_name}

删除远程分支

git push self -d ${branch_name}