Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnemertz/gitconfig
The git config I'm used to
https://github.com/arnemertz/gitconfig
Last synced: about 12 hours ago
JSON representation
The git config I'm used to
- Host: GitHub
- URL: https://github.com/arnemertz/gitconfig
- Owner: arnemertz
- Created: 2017-11-07T13:55:00.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T08:25:41.000Z (about 1 month ago)
- Last Synced: 2024-12-12T09:28:05.791Z (about 1 month ago)
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The git config I'm used to
This is the git config I'm used to have on all my machines, VMs and shells.
Kudos to a lot of different SO users whose snippets I shamelessly copied and adapted to my needs ;-)
Comments are welcome if you see something that needs improvement or have neat aliases & Co to share!
How to use:
- clone the repository
- include the `.gitconfig` file in the repo into your global git config (e.g. `~/.gitconfig`) at the very beginning
- override values that need overriding after the include, e.g.```
[include]
path = gitconfig/.gitconfig
[user]
name = John Doe
email = [email protected]
```