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
When trying to create a topic branch based on master; git branch master/my_contribution master I get this error :
fatal: cannot lock ref 'refs/heads/master/my_contribution': 'refs/heads/master' exists; cannot create 'refs/heads/master/my_contribution'
Expected Behavior
Creating on my local VsCode a topic branch based on master
Actual Behavior
I get this error :
fatal: cannot lock ref 'refs/heads/master/my_contribution': 'refs/heads/master' exists; cannot create 'refs/heads/master/my_contribution'
Check that this is really a bug
Reproduction link
n/a
Bug description
When trying to create a topic branch based on master;
git branch master/my_contribution master
I get this error :fatal: cannot lock ref 'refs/heads/master/my_contribution': 'refs/heads/master' exists; cannot create 'refs/heads/master/my_contribution'
Expected Behavior
Creating on my local VsCode a topic branch based on master
Actual Behavior
I get this error :
fatal: cannot lock ref 'refs/heads/master/my_contribution': 'refs/heads/master' exists; cannot create 'refs/heads/master/my_contribution'
react-big-calendar version
latest
React version
not yet used
Platform/Target and Browser Versions
Windows 10
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: