Versions Compared

Key

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

...

You can add a commit subject line and multiple message bodies like this:

git commit –s –m “This “fix(core-data): This is the subject; keep to 50 char” –m “This is the first line of the message body"$'\n'"This is the second line of the message body."$'\n'"Keep all message lines to 72 char.”

...