git pull error - cannot pull existing files
Error status
Your local changes to the following files would be overwritten by merge
1 | PS D:\repo\myApp> git status |
Solve-1
1 | git stash |
Solve-2
1 | git add . |
Your local changes to the following files would be overwritten by merge
1 | PS D:\repo\myApp> git status |
1 | git stash |
1 | git add . |