Versions Compared

Key

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

...

$ git push origin --delete my-awesome-featureNotes

NOTE

Always use "git rebase". Never use "git pull" or "git merge" as that changes the master history and will produce unrelated commit messages for future PRs.