Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richfitz/git


https://github.com/richfitz/git

configuration git

Last synced: about 1 month 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 [email protected]:richfitz/git ~/lib/git
ln -s ~/lib/git/config ~/.gitconfig
```