I'm new with git, and I made some changes to my script, committed and pushed them to my bitbucket account. When I tried to Upload the newer script version to the server, I got the following error:
error: Your local changes to the following files would be overwritten by merge:
web_app.py
Please, commit your changes or stash them before you can merge.
Aborting
Can anyone tell me how to run-down the version on the server, and get the version I fixed on my bitbucket?
So far I've tried:git reset myfile.py
and then git pull
but, I got the same error