An open API service indexing awesome lists of open source software.

https://github.com/richfitz/git


https://github.com/richfitz/git

configuration git

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## git configuration

Minimally modified git configuration

* A few useful aliases
* template directory that enables the whitespace commit hook

## Setup

```
mkdir -p ~/lib
git clone git@github.com:richfitz/git ~/lib/git
ln -s ~/lib/git/config ~/.gitconfig
```