gitHub剔除分支

gitHub删除分支mkdir /tmp/git-emptycd /tmp/git-empty/git initgit push https://feuyeux@github.com/fe

gitHub删除分支

mkdir /tmp/git-empty

cd /tmp/git-empty/

git init

git push 'https://feuyeux@github.com/feuyeux/jsfrf.git' :'old-branch'

?

格式:git push git库名 空格:git分支名

?

?