I have accidentally put my home folder under git version control. How can I undo this? I am running Ubuntu 16.04.
Interestingly, running
$ git status
Informs me that the Mozilla Firefox cache has been altered.
Screenshot of terminal
Related questions:
What is the .git folder?
What is the alternative for ls command in linux? [duplicate]
Try removing the .git
directory and .gitignore
if exist: rm -Rf .git .gitignore
You can just remove the .git
folder from your homedir.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With