I am facing a problem while using the git status
. I get this output:
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
nothing to commit, working directory clean
At first the commit and push for readme(README.md) worked perfectly. How do I solve this?