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
I use Plug for plugin management, which assumes that master is the default branch of a project. It appears that the default branch for this repo is pathogen-bundle. As a result, when installing with Plug, I got an old version of the code. Worse, I fixed this issue in the code I had checked out (in the master branch), but cannot merge this back into the pathogen-bundle branch, because the two branches share no branch history. Would it be possible to replace the contents of the master branch with the contents of pathogen-bundle, to avoid breaking alternative plugin managers and befuddling potential contributors?
The text was updated successfully, but these errors were encountered:
I use Plug for plugin management, which assumes that
master
is the default branch of a project. It appears that the default branch for this repo ispathogen-bundle
. As a result, when installing with Plug, I got an old version of the code. Worse, I fixed this issue in the code I had checked out (in the master branch), but cannot merge this back into the pathogen-bundle branch, because the two branches share no branch history. Would it be possible to replace the contents of the master branch with the contents of pathogen-bundle, to avoid breaking alternative plugin managers and befuddling potential contributors?The text was updated successfully, but these errors were encountered: