git branch old git checkout old git add . git commit -m "old_test" git push -u origin old 然后你的项目上的分支中就会多一个叫old的分支