Skip to content

Instantly share code, notes, and snippets.

@neeharv
Last active March 14, 2016 06:55
Show Gist options
  • Save neeharv/22796265f67e11e09a8a to your computer and use it in GitHub Desktop.
Save neeharv/22796265f67e11e09a8a to your computer and use it in GitHub Desktop.
Setup simple git commit message template
cd ~/ \
& wget https://gist.githubusercontent.com/neeharv/7b2e074d9773ab5815fa/raw/caf23132755aa9c9f965d1cd726e02b7d76b8000/.git_commit_message.txt \
& git config --global commit.template ~/.git_commit_msg.txt
@raviagrwl
Copy link

Incorrect file in last line should be ~/.git_commit_message.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment