Problem : git.exe checkout master -- error: The following untracked working tree files would be overwritten by checkout: .gitignore Please move or remove them before you switch branches. Aborting Solution : try running below commands one by one on your repository git fetch --all git reset --hard origin/master this will reset your .gitignore file or any other file which is conflicting. hope this helps .
A Full Stack developer who is facing problems in development cycle and here you find solution of errors of those problems.This includes all exception and configuration issues. Solutions which i have written in blog are the one which worked for me after killing my time :) .