新建了一个int 分支
然后在本地新建了一个一样的int分支,发现代码传不上去,查了半天关联远程仓库发现也不对
git checkout --track origin/branch_name ,这时本地会新建一个分支名叫 branch_name ,会自动跟踪远程的同名分支 branch_name。