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

https://github.com/nicholasspencer/.gitconfigs

Common git settings
https://github.com/nicholasspencer/.gitconfigs

git gitconfig

Last synced: 2 months ago
JSON representation

Common git settings

Awesome Lists containing this project

README

          

# Clone and Include

```bash
git clone https://github.com/nicholasspencer/.gitconfigs
cd .gitconfigs
git config --global include.path "$(PWD)/include.gitconfig"
```