码迷,mamicode.com
首页 > 移动开发 > 详细

Android Studio中Git更新本地的远程(remote)branch列表?

时间:2014-07-25 11:22:11      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:android studio   git   branch   

比如你同事在Git的remote branch中新增branch xxx,但是你发现你在Android Studio中查看存在的branch时,并看不到他增加的branch,如果查看branch,请戳这:Android Studio如何查看branch列表及切换branch 

这里再科普一下命令行的方式:git branch -agit branch -r

那如果才能看到新增的branch呢,有两种方式:

方式一:git fetch

bubuko.com,布布扣

方式二:git remote update origin --prune,这里要注意下,如果你的remote branch不是在origin下,按你得把origin换成你的名字。

bubuko.com,布布扣

你可以在git bash上直接用命令行,也可以在Android Studio中用terminate。

在Android Studio上用之前记得把git的bin目录配置成环境变量(配到path中)

Android Studio中Git更新本地的远程(remote)branch列表?,布布扣,bubuko.com

Android Studio中Git更新本地的远程(remote)branch列表?

标签:android studio   git   branch   

原文地址:http://blog.csdn.net/hyr83960944/article/details/38098623

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