Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added commit message format for committer flow

...

3. Implement the feature and commit and push as desired. Note  Note that commit messages should include the issue identifier and the issue title (e.g., KNOX-{NNNN} - {JIRA TITLE}).

Code Block
git commit -am "<short message about commit>"
git push

...