Versions Compared

Key

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

...

Generating Patches from a Clone.  If you are working from a clone of the repository, yuo can create a patch using this GIT command:

git format-patch -1 <sha <sha>

or

git format-patch -1 HEAD

...