I'm having troubles phrasing this clearly, but I'll give it a shot.
Situation:
- I forked a Repository as my master then cloned it locally.
- Made my changes, and sent a pull request.
- The pull request has been closed, and has been "added manually" (patch and apply).
Question:
- How do I get my local (and remote) repository back in sync with the upstream project?
- I don't care about keeping minor differences.
- I want my code to be easily pulled in the future.
- I don't want to lose history (mine or upstreams).
- Will the solution cause me issues with developing in the future?
Alternatives:
- is there an easier way?
- Should I just rename this branch (somehow) and start afresh?
- (somehow) sync the rename locally and work from a new master?
- Should I now forget using branches named master as this will cause me issues?