国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

git branch -a cannot display all remote branches, only the remote master branch
PHP中文網(wǎng)
PHP中文網(wǎng) 2017-05-02 09:49:32
0
2
881

I created a new git repository on my gitlab. My local code connected to the remote repository using git init and git remote master URL. Then I created a new init branch. Why am I in the local git branch at this time - When a, only the remote master branch can be displayed? As shown in the picture:

PHP中文網(wǎng)
PHP中文網(wǎng)

認(rèn)證高級(jí)PHP講師

reply all(2)
滿天的星座

git branch -a List local branches and remote branches;
The remote branch here refers to the locally saved remote tracking branch;

You can update the local remote tracking branch through get fetch to keep it consistent with the remote branch;

劉奇

git pullWant to try it now?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template