[Solved] How can I reset my default home directory in Git?


You created a git repo in your home directory. Just remove it and you should be fine:

$ rm -rf /Users/ruxandravasilescu/.git/ 

0

solved How can I reset my default home directory in Git?