I know that there are different variations of this questions asked, but I couldn't find one that pertains to my issue I am having....
I initialized my git repo under my ~/Documents/git_project
.
I later moved the git_project folder to the ~/Dropbox
directory.
After it was moved, I got the following error bad default revision 'HEAD' when I tried doing a git log
.
I then moved it back to the ~/Documents/
folder to see if it would fix the issue, and I still get the same message.
Does anyone know how to fix this issue?