I am only able to able to unset (temporarily) my credentials with following
git config credential.helper ""
This overrides the store option and every time i am asked for username password but it is not a solution because I want to store my new credentials but as soon as i apply
git config credential.helper store
It again stores the unwanted remembered user (Muha****) please see screenshots and I am stuck again to push to my repo, please help me to get rid of that remembered username
What config I have now is
I studied and followed almost everything relevant given in following answers
How do I update the password for Git?
How to change my Git username in terminal?
https://askubuntu.com/questions/206449/git-config-global-file-remove-settings
But never able to forget/replace completely my old user (Muha***)