Can't add a new folder to an existing project. I made a few changes previously and push them with no issues. Then I dropped the new directory into projects/ but I am not seeing the new folder added in Sourcetree. Also, this new directory is not empty. What am I doing wrong?
Never mind. I don't know how but I had a .git tracking
file in the projects/
dir. So, I run rm -rf .git*
and problem fixed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.