Versions Compared

Key

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

...

This way other developers can preview your change by running the script and then applying the patch.

Creating a patch with git

Please see the main "Creating a patch" section for details about what to include in your patch. When creating a patch with git make sure to use the following command so the resulting diff will apply in the main SVN repo.

Code Block

git diff --no-prefix

Applying a patch

To apply a patch either you generated or found from JIRA, you can issue

...