赞
踩
git checkout --orphan latest_branch
touch .gitignore
git add .
git commit -am "initial commit"
git branch -D master
git branch -m master
git push -f origin master
git checkout --orphan latest_branch
git add -A
git commit -am "orphan commit"
git branch -D master
git branch -m master
git push -f origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。