gitconfig not reflecting after switching to user
Today i have installed Ubuntu20.04LTS . In that i had a user bob and his git config is like
user.name=Bob B
user.email=bob@example.com
alias.unadd=reset HEAD
I Had another user quealy . when i switched to the user quealy. using sudo -s -u quealy the bob gitconfig setting not reflecting .