I was trying to push a local repository to a remote repository with another account than the one I have globally set my credentials for. So I entered a git command I found here (can’t remember exactly what it was) that should ask me for my credentials when trying to push. But I messed up somehow.
Now I get the message
git: ‘credential—unset’ is not a git command. See ‘git –help’.
after typing
git push –set-upstream origin master
How can I reset this?