Versions Compared

Key

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

...

  1. git checkout HIVE-123-dev-branch
  2. edit some more files
  3. git commit -a --amend --reset-author -C HEAD (this will keep the existing log message, which is important to Phabricator)
  4. arc diff (you'll be required to provide a description of your changes here; this will be shown to reviewers in the UI)

...