Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • git fetch origin

  • git rebase origin/master

  • git reset --hard origin/master (Check before doing this that git status is clear)

See https://stackoverflow.com/questions/5066041/moving-committed-but-not-pushed-changes-to-a-new-branch-after-pull

...