git fetch origin从远程仓库中获取最新的分支信息,然后git checkout dev切换到dev分支就可以了
git fetch origin
git checkout dev
Last updated 1 year ago