Skip to content

Instantly share code, notes, and snippets.

@krolow
Last active May 23, 2016 03:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krolow/c48eea3a0a3dcccee54d to your computer and use it in GitHub Desktop.
Save krolow/c48eea3a0a3dcccee54d to your computer and use it in GitHub Desktop.
Git template
# [Title] Capitalized, short (50 chars or less) summary, write message in imperative
# [Body] Detailed explanation (72 chars or less), can make usage of markdow, bullet lists...
# [Number/Ticket/Issue] References to issues solved
@krolow
Copy link
Author

krolow commented Aug 21, 2015

curl https://gist.githubusercontent.com/krolow/c48eea3a0a3dcccee54d/raw/6c38237e2651511f19fa4d74660de10ffbd398d3/.git-commit-template.txt >> ~/.git-commit-template.txt && git config --global commit.template ~/.git-commit-template.txt

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