Is it because I forgot to "git stash" before a pull?
Discussion
Stash is only needed if you have staged changes you want to apply on top of the remote branch changes.
Is it because I forgot to "git stash" before a pull?
Stash is only needed if you have staged changes you want to apply on top of the remote branch changes.