To sync the local repository and the .gitconfig use:
- Unix/Linux:
ln ./git-config/.gitconfig .gitconfig
- Windows:
mklink .gitconfig ./git-config/.gitconfig
To sync the local repository and the .gitconfig use:
ln ./git-config/.gitconfig .gitconfig
mklink .gitconfig ./git-config/.gitconfig