In the user home, define a parent .gitconfig
file for your main account (eg: work account)
[user]
name = John Doe
email = [email protected]
[credential]
helper = store --file /home/johndoe/.git-credentials
In the user home, define a parent .gitconfig
file for your main account (eg: work account)
[user]
name = John Doe
email = [email protected]
[credential]
helper = store --file /home/johndoe/.git-credentials