Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save neenaoffline/1e6e05f363bd58a1af4b to your computer and use it in GitHub Desktop.
Save neenaoffline/1e6e05f363bd58a1af4b to your computer and use it in GitHub Desktop.
Setup simple git commit message template
wget -O ~/.git_commit_message.txt https://gist.githubusercontent.com/neeharv/7b2e074d9773ab5815fa/raw/caf23132755aa9c9f965d1cd726e02b7d76b8000/.git_commit_message.txt \
& git config --global commit.template ~/.git_commit_message.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment