I committed to my github repo form one machine, I also work on the same project on another machine. How can I update my local repo to be current to the latest version on Github?
I tried git pull origin master
but I get Please commit your changes or stash them before you merge.
Aborting
Thanks for any help