When I run git remote show origin on terminal, it shows the following - Local out of date. How can one update it? I think that this is the probable reason why I am not able to push changes to the repository.
* remote origin
Fetch URL: https://github.com/tono/emotion-detection.git
Push URL: https://github.com/tono/emotion-detection.git
HEAD branch: master
Remote branches:
master tracked
tono tracked
boro tracked
Local branch configured for 'git pull':
master merges with remote master
Local refs configured for 'git push':
master pushes to master (local out of date)
boro pushes to boro (local out of date)