git 切换分支更新代码

git checkout -f rv64-openamp-port

Checking out files: 100% (10938/10938), done.
Branch 'rv64-openamp-port' set up to track remote branch 'rv64-openamp-port' from 'origin'.
Switched to a new branch 'rv64-openamp-port'

 

root@ubuntux86:/work/vpp/vpp# git checkout -b stable/2110 --track origin/stable/2110
Branch 'stable/2110' set up to track remote branch 'stable/2110' from 'origin'.
Switched to a new branch 'stable/2110'
root@ubuntux86:/work/vpp/vpp# 

 

posted on 2022-02-18 17:54  tycoon3  阅读(251)  评论(0)    收藏  举报

导航