-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Create section: branch renaming #1476
Create section: branch renaming #1476
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the direction you've got here, and it doesn't feel like it's very far from being done.
Hi @ben,
Man writing technical docs is hard... especially for something as complicated as changing the master branch. Should we include links to GitHub documentation, for things like: Should we mention things like Dependabot/Travis CI by name, to help users understand what kind of things might break? Maybe we should instruct readers to merge or close all pending pull requests that are targeting master before making the move. As this will save a lot of headaches when trying to merge the pull-request via the GitHub/Gitlab interface. (I tried re-targeting pulls that targeted the old Do we want a vendor neutral text, or do we want to mention GitHub specific gotchas? HonkingGoose |
- Remove unnecessary comma - Explain what happens what the result is after changing your branch name and pushing the changed branch to the remote Co-authored-by: Ben Straub <[email protected]>
- Warn about changing the mainline branch.
- Add item to list - Explain how to remove the master branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super close, just a couple more suggestions.
Co-authored-by: Ben Straub <[email protected]>
Co-authored-by: Ben Straub <[email protected]>
Ready for review and possibly a merge. |
Add a new section dealing with renaming branches containing:
master
branch willy-nilly.This is a rough draft, and will need some feedback to get it ready for merging.
I also think some other files will need to be changed as well, so that it's all properly referencing each other. I'm really not sure where those references should be. So I could use some help with that. 😄
This PR will help with issue: #1462