-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
Hello! I keep getting the following message when running git status
:
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
On my first attempt. everything went fine until it came time to run the git push command. I ended up deleting my original forked repository and creating a new one, but ever since I did that, I've been getting the "nothing to commit, working tree clean" message, after making updates to several files in the project. I have since forked and deleted the repo numerous times, and now I am wondering if I maybe forked and deleted the repo too many times? I even tried creating a second github account to start over from scratch but still I am having the same problem, even on the new account.
This is what I've been doing:
git clone https://github.com/dvc1231978a/vftvk-Simple-Interest-Calculator.git
I then go to Github Pages for this repo and select the master branch as the source. I then make changes to index.html, style.css, and script.js files. In the terminal, I then run the following:
cd vftvk-Simple-Interest-Calculator
git status
It is at this point where I get frustrated. The changes to files that I made go unacknowledged. Again, on my first try everything was moving along smoothly, until I got to git push.