Awesome Git Config

My custom .gitconfig file.

It has cool aliases and placeholders for ones I need to make. Used mostly for a PHP workflow.

Subject to change without warning.

Installation

  • cd ~ && ln -s ~/github/awesome-git-config/.gitconfig # replace with location of github checkout
  • cd ~/bin && ln -s ~/github/awesome-git-config/bin/done # replace with location of github checkout
  • cd ~/bin && ln -s ~/github/awesome-git-config/bin/lint # replace with location of github checkout