码迷,mamicode.com
首页 > 其他好文 > 详细

Git更新远程分支列表

时间:2021-05-24 06:30:31      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ast   and   --   run   master   rgba   code   complete   cal   

git remote update origin --prune,要注意下,如果你的remote branch不是在origin下,按你得把origin换成你的名字

$ git remote update origin --prune
Fetching origin
remote: Counting objects: 510, done.
remote: Compressing objects: 100% (421/421), done.
remote: Total 510 (delta 274), reused 0 (delta 0)
Receiving objects: 100% (510/510), 602.34 KiB | 0 bytes/s, done.
Resolving deltas: 100% (274/274), completed with 57 local objects.
From http://172.20.31.101/Android/XNOnline_Studio
   591c217f..c24cc128  Branch_3.6.0 -> origin/Branch_3.6.0
   124c9175..2152c0d9  Branch_3.5.0 -> origin/Branch_3.5.0
 * [new branch]        Branch_3.7.0 -> origin/Branch_3.7.0
   8193a08d..c24cc128  master       -> origin/master

 

Git更新远程分支列表

标签:ast   and   --   run   master   rgba   code   complete   cal   

原文地址:https://www.cnblogs.com/hjbky/p/14758550.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!