If I have a github repository that I succesfully pushed code to from my local machine, how do I commit further update? I’ve tried git push origin master and this returns by saying “Everything Up to Date”, when I know that I’m making changes to the files that are not being sent to github at all.
If I have a github repository that I succesfully pushed code to from my
Share
You need to commit your new changes first.