You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
Hello! I keep getting the following message when running
git status
: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:
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:
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.
The text was updated successfully, but these errors were encountered: