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
See my issue in the pull request: #39 If you just isolated the upgrade to 3 into a separate PR (since that pull request will merge into master) I'd merge it. The issue is by doing all the pull requests from the same branch you include all the commits in each one. And you added docs telling people how to use a branch, but the PR will merge rails 3 into master.
Paste-friendly :D
git checkout master
git checkout -b rails2
git push origin rails2
git checkout rails3
git branch -D master
git checkout -b master
git push -f origin master
git push origin :rails3
The text was updated successfully, but these errors were encountered: