I deleted some files in my local and i shouldn't push these changes. Now i want these changes in the local when i switch the branch. Is there a way to do that.
I tried git stash and git pop. But this should be done everytime i do a switch between branches. Is there a command to make it simple.