Versions Compared

Key

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

...

// We should ensure this is one commit w/ a well-written commit message.
$ git rebase -i origin/my-awesome-feature
// If we see "nopnoop", we are good to go mergingmerge. Otherwise,
// the committer should notify the PR submitter

...