How can I get new files from the repository without committing Merge branch 'master' of...
?
I'm using:
git pull
It pulls everything out, but it creates this merge commit. How do I get only remote repository commits bypassing this merge legal commit?