Ecosyste.ms: Awesome
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 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/richfitz/git
- Owner: richfitz
- Created: 2019-03-11T07:11:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T07:11:59.000Z (almost 6 years ago)
- Last Synced: 2024-11-19T19:43:37.838Z (3 months 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 [email protected]:richfitz/git ~/lib/git
ln -s ~/lib/git/config ~/.gitconfig
```