|
You are here |
phili.pe | ||
| | | | |
www.paedubucher.ch
|
|
| | | | | Personal Website of Patrick Bucher (paedubucher), mostly about IT-related topics (programming) | |
| | | | |
zzamboni.org
|
|
| | | | | via http://www.codinginahurry.com/2011/02/05/three-levels-of-git-config/ Very nice explanation, viacoding in a hurry There are 3 levels of git config; project, global and system. project: Project configs are only available for the current project and stored in .git/config in the project's directory. global: Global configs are available for all projects for the current user and stored in ~/.gitconfig. system: System configs are available for all the users/projects and stored in /etc/gitconfig. Create a pr... | |
| | | | |
garrit.xyz
|
|
| | | | | Generalist software developer writing about scalable infrastructure, fullstack development and DevOps practices. | |
| | | | |
wittchen.io
|
|
| | | Short introduction Sometimes people need to specify multiple values for single .gitconfig file or they want to share just part of the configuration between two machines. There are different approaches for that. I can show you mine. Different configs for different Operating Systems On my private computer, I use Linux. I use Git for my private projects and I use my private e-mail address there. At the same time, I use Git at work on macOS with exactly the same Git configuration, but with a different e-mail... | ||