I just Git init'ed a repos as the wrong user, and want to undo it. Is there no command for this? Do I actually have to go in and edit the .git directory?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you just inited it, you can just delete .git. Typically:
Then, recreate as the right user. |
|||||||||||||||||
|