Last active
October 30, 2015 08:29
-
-
Save aybarshazar/eff72928a4f7a76ff5b0 to your computer and use it in GitHub Desktop.
Revisions
-
aybarshazar renamed this gist
Oct 30, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
aybarshazar created this gist
Oct 24, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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