The project code in Webstorm is switched from the master branch of git to the development branch

It is currently the master branch and needs to be switched to the develop branch. The master does not allow pushing

Right click on the selected project--Git--branch

Click the target score in the branch, click checkout

At this point, switch to the dev branch

If you create a new branch in gitlab, but you cannot see the newly created remote branch in the Git branch, you can perform the following operations. To get the latest remote branch, just click Extract.

 

Guess you like

Origin blog.csdn.net/w1311004532/article/details/129436076