Skip to content

Instantly share code, notes, and snippets.

@aybarshazar
Last active October 30, 2015 08:29
Show Gist options
  • Select an option

  • Save aybarshazar/eff72928a4f7a76ff5b0 to your computer and use it in GitHub Desktop.

Select an option

Save aybarshazar/eff72928a4f7a76ff5b0 to your computer and use it in GitHub Desktop.

Revisions

  1. aybarshazar renamed this gist Oct 30, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. aybarshazar created this gist Oct 24, 2015.
    12 changes: 12 additions & 0 deletions git_commit_msg.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    # http://codeinthehole.com/writing/a-useful-template-for-commit-messages/
    # git config --global commit.template ~/.git_commit_msg.txt

    # If applied, this commit will...
    Provide a Fabric task for installing Puppet modules

    # Explain why this change is being made
    This change consolidates all project tasks in the fabfile.py and means
    we can get rid of the makefile.

    # Provide links to any relevant tickets, articles or other resources
    Fixes item:234