I just Git init'ed a repos with a wrong user, and want to undo it. Is there any command for this? Do I actually have to go in and edit the .git directory?
I am new to Git.
I can get a Git directory structure in a bare directory with git -init --bare.
I can see where the git information is stored.
However, when I try to use git init or even git …
I clicked git init in my users folder by mistake, and then everything in my users folder has been turned with a blue question mark.
How can I fix this?