Skip to content

Instantly share code, notes, and snippets.

View alechill's full-sized avatar

Alec Hill alechill

View GitHub Profile
@alechill
alechill / README.md
Last active April 28, 2018 14:51 — forked from nathankleyn/README.md
Git commit message hook for automagically putting the ticket number and ticket URI in your commit messages.
  1. Save this file to repo-path/.git/hooks with the name prepare-commit-msg.
  2. Make it executable using chmod +x.
  3. Ultimate win every time you use git commit.

OR in repo directory...

curl https://gist.githubusercontent.com/alechill/499edbefb8d0142bae71/raw/a6d4b07edfc494c472e55b1e2fc190d1fc851876/prepare-commit-msg -o .git/hooks/prepare-commit-message && chmod +x .git/hooks/prepare-commit-message
@alechill
alechill / Custom.css
Created February 9, 2012 13:03 — forked from bentruyman/Custom.css
IR_Black Theme for Chrome Developer Tools
/**********************************************/
/*
/* IR_Black Skin by Ben Truyman - 2011
/*
/* Based on Todd Werth's IR_Black:
/* http://blog.toddwerth.com/entries/2
/*
/* Inspired by Darcy Clarke's blog post:
/* http://darcyclarke.me/design/skin-your-chrome-inspector/
/*

(a gist based on the old toolmantim article on setting up remote repos)

To collaborate in a distributed development process you’ll need to push code to remotely accessible repositories.

This is somewhat of a follow-up to the previous article setting up a new rails app with git.

For the impatient

Set up the new bare repo on the server: