-
Notifications
You must be signed in to change notification settings - Fork 32
Deleting the original README (as requested @asmecher #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@asmecher Brand new PR. I did it against the |
|
@kant, the trouble with these pull requests is that they remove the old file and add the new one in separate pull requests (#58 and #78 in this example). Because this doesn't happen within the same pull request, git can't tell that it's actually the same file being moved to a new place, and thus the history of the new file will be disconnected from the history of the old file. Things like pull requests across this change will no longer be possible. The first pull request (#58) comes from a branch in your fork called |
|
@asmecher As minimalist (too much zen readings in my mind) tell me the steps to be done to meet an happy end: if that mission needs obliterate my former PR, I will do. Then submit again a PR with a proposal of deleting the original README enclosed... |
|
Zillions of thanks for your patience and sharing your knowledge, but mostly for your time (a scarce resource). Kudos, Sir! |
|
Not a problem, I learned something new too! |
|
@asmecher Everything goes well until point 13. I got this message: |
|
Unfortunately it looks like the github.com web interface doesn't have direct support for rebasing a fork, but there are some directions you can follow here: https://github.com/KirstieJane/STEMMRoleModels/wiki/Syncing-your-fork-to-the-original-repository-via-the-browser |

No description provided.