“git add” returning “fatal: outside repository” error
问题 I'm just entering into the wonderful world of git. I have to submit a bunch of changes that I've made on my program, located in a directory called /var/www/myapp . I created a new directory /home/mylogin/gitclone . From this directory, I did a git clone against the public repo and I was able to get the latest copy created. I'm now trying to figure out how to take all the files in my working folder ( /var/www/myapp ) and "check them in" to the master repository. From /home/mylogin/gitclone , I