Versions Compared

Key

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

...

$ git push origin --delete my-awesome-feature
// Close the JIRA ticket regarding this PR.

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.