Skip to content

Instantly share code, notes, and snippets.

@nmpegetis
Last active December 21, 2018 16:33
Show Gist options
  • Save nmpegetis/923ecb7b1550c2ddf0697a776e3a6667 to your computer and use it in GitHub Desktop.
Save nmpegetis/923ecb7b1550c2ddf0697a776e3a6667 to your computer and use it in GitHub Desktop.
git commit 
# this opens your default editor to enter the commit message. Then you can write your message following  the 'Commit Message Conventions' shown below
#you can also commit inline
git commit -m '[Issue-Code] <type-of-change>(<files-affected>): your message using the Commit Message Conventions' as shown below
# e.g. git commit -m '[Issue-Code-26,Issue-Code-32] feat(LoginView): add terminal name in login auth request
#>
#> Needed for Audit find.
#>
#> This closes Issue-Code-26 and refs Issue-Code-32'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment