1. clone最新一层分支后,取消浅层限制。 git fetch --unshallow
2.git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
3.拉取最新代码 git pull
4.完成,查看所有分支 git branch -a
1. clone最新一层分支后,取消浅层限制。 git fetch --unshallow
2.git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
3.拉取最新代码 git pull
4.完成,查看所有分支 git branch -a