https://github.com/richfitz/git
https://github.com/richfitz/git
configuration git
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/richfitz/git
- Owner: richfitz
- Created: 2019-03-11T07:11:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T07:11:59.000Z (over 7 years ago)
- Last Synced: 2025-01-20T22:53:56.469Z (over 1 year ago)
- Topics: configuration, git
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```