I'm a beginner at git cmd & English.
I modify the original sentence because of a lack of my explanation
I wanna update remote repository. I type the below command but my remote repository is not updated.
C:\Users\ss119\desktop\TODO_OOP1>git add -A
C:\Users\ss119\desktop\TODO_OOP1>git push origin master
Everything up-to-date
git status
//On branch origin nothing to commit, working tree clean
This is output of git status . I am creating todo-list and I add some functionality. So I don't know that this kind of message appear.
Though I google this cause, I don't know.
Thank you for your help!