visual studio 2013 - Git stash - Cannot apply stash back to my branch -
i had few changed files, new additions.
i run git stash , changed files vanished changes (in visual studio 2013 changes window) , added files remain , 1 changed file remained.
when tried reapply stash failed:
your local changes following files overwritten merge
i'd expect able stash, nothing, apply again without error.
(qa, found answer)
visual studio altering csproj file automatically, setting restore packages, dirtying file.
i not undo changes because vs wrote them right immediately.
i closed vs , discarded change sourcetree , then, though added files remained, apply stash.
what interesting why added files aren't stashed.
Comments
Post a Comment