I am having an issue using bitbucket and codeanywhere. I was trying to install CakePHP onto the PHP based server running on ubuntu.
I have attached my container to the git and pulled all the latest changes from the latest commit. Then I made my own changes and I did:git commit --all
and also pushed it with git push
.
However my issue is that none of the folders that I created such as "tmp" or "logs" or even files I renamed got committed onto the bitbucket.
I am running this command from the main directory
cabox@box-codeanywhere:~/workspace$
And now even with the files being different if I try to commit again it says the following:
nothing to commit, working directory clean