I am currently working on a cloud9 project. I have a directory of folders and files in the workspace area of the program already unzipped and ready to go. When I am working in my bash terminal and I just so happen to close it by mistake it won't let me continue where I left off. If I start a new terminal and I enter:
git init
git add .
git status
It gives me a message of: on branch master nothing to commit, working tree clean.
I am not sure why this is happening if the workspace has files and folders that I want to snapshot then show the status of.
Any ideas on how to fix this issue, as it happens often. Thank you.