Skip to content

Instantly share code, notes, and snippets.

@januprasad
Created August 18, 2022 04:58
Show Gist options
  • Save januprasad/a27d51b882f4105b0c6c66fa0b4db846 to your computer and use it in GitHub Desktop.
Save januprasad/a27d51b882f4105b0c6c66fa0b4db846 to your computer and use it in GitHub Desktop.
# Git Commit standards
## _For better understanding & reviews_
Here im suggesting a useful way for writing better commit messages. Set your commit message template to:
download this template and save as ~/.git_commit_msg.txt
https://gist.github.com/januprasad/76bbde852fd1f943eb486de2848a0772
then run this command in your terminal
git config --global commit.template ~/.git_commit_msg.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment