You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using basic Git, if you have a project that has one or more remote branches, you have to manually create a local tracking branch for each remote. Example:
Using basic Git, if you have a project that has one or more remote branches, you have to manually create a local tracking branch for each remote. Example:
This has 4 remote branches (master, 3.0-stable, 3.1-stable, 3.3.x). As per [this article](http://gitready.com/beginner/2009/03/09/remote-tracking-branches.html_To create a local branch, you need to do the following 4 times:
It would be nice if the tool could just do this automatically, like:
Could even ask questions of the user (to skip or rename local branches).
The text was updated successfully, but these errors were encountered: