git拉取远程分支

$ git init
$ git remote add origin https://github.com/zjZSTU/zjzstu.github.com.git
$ git fetch origin Test_br_pp_20220510
$ git checkout -b Test_br_pp_20220510 origin/Test_br_pp_20220510
$ git config --global credential.helper store #保存密码
$ git pull

posted @ 2024-03-15 15:50  从雍和宫走到电影学院  阅读(24)  评论(0)    收藏  举报