I made few changes in local master branch. The local changes were not staged (added). In order to update the master branch, I did the following:
- statshed my local changes.
- git pull
- git stash apply
I see that after this the local changes get staged (added) ? Shouldn't they be kept unstaged as they were before.