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
- Host: GitHub
- URL: https://github.com/nicholasspencer/.gitconfigs
- Owner: nicholasspencer
- Created: 2017-10-05T16:19:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T17:07:45.000Z (over 1 year ago)
- Last Synced: 2025-03-14T22:04:38.557Z (over 1 year ago)
- Topics: git, gitconfig
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```