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
However, that will change nothing. I would expect mr.developer to switch to the master, but it doesn't. The only way is to force it using "branch=master"
Is there a specific reason for this behaviour? If not, can it default as expected?
The text was updated successfully, but these errors were encountered:
I occasionally need to checkout a specific branch, e.g.
[mr.developer]
foo = git [email protected]:example/foo.git branch=cutting-edge
Once the work on that branch has been merged into the master, I can depend on the master again, so:
[mr.developer]
foo = git [email protected]:example/foo.git
However, that will change nothing. I would expect mr.developer to switch to the master, but it doesn't. The only way is to force it using "branch=master"
Is there a specific reason for this behaviour? If not, can it default as expected?
The text was updated successfully, but these errors were encountered: