Versions Compared

Key

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

...

Code Block
git commit -a -m } "{Meaningful commit message.}"
git format-patch origin/master --stdout > {short, meaningful patch name}.patch

...