Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

Inside the working copy of your commons component check out the master branch and apply the patch using "git am", this will preserve the original infoamtion information of the original commits.

No Format
$ git checkout master
$ git pull
$ git am 72.patch

...