git pull error: The following untracked working tree files would be overwritten by merge

To resolve issue, need to run following below Git Command


git add * 
git stash
git pull

Leave a Reply

Your email address will not be published. Required fields are marked *