How to Unitialize a Git Repo
So, in the absence of posts where I wax philosophical (which was what I was initially envisioning for this blog) I am going to YET AGAIN spread good karma. (Which is, I suppose, is infinitely superior to waxing philosophical).
The other day, in my eagerness to get started on my project, I initialized THE WRONG DIRECTORY. Being the beginner that I am, it sent me into a flurry of Googling, and many unsuccessful attempts at undoing my problem. Finally, thank the Dieties, I found this simple command:
rm -rf .git
Props to the original thread on StackOverflow for saving my life, and the lives of many others!!!!
http://stackoverflow.com/questions/3212459/is-there-a-command-to-undo-git-init











