I ran the git command:
git push -u origin master
I am getting the message:
Everything up-to-date
But when I check my online repository, my latest commits are not visible on the repository. Even the code is not updating.
Initially when I ran the "git push -u origin master" command in my terminal, the commits were being cloned on the online repository. But now the commits are not updating and I'm not getting any error messages.
How do I make sure the commits in my local repository are also visible in my online repository?