$ git checkout -b muscleape Switched to a new branch ‘muscleape’
$ git push origin muscleape Everything up-to-date
$ git branch --set-upstream-to=origin/muscleape … … … Branch ‘muscleape’ set up to track remote branch ‘muscleape’ from ‘origin’
$ git branch -vv muscleape f938a3d8e9 [origin/muscleape: gone] 测试test
$ git branch -r origin/muscleape
$ git branch -v muscleape f938a3d8e9 测试test
$ git branch -r -v origin/muscleape f938a3d8e9 测试test