While working with some uncommitted files, I need to output new code. There is a conflict, so git refuses to pull:
error: Your local changes to the following files would be overwritten by merge: ... Please, commit your changes or stash them before you can merge.
Question 1: How can I pull and merge with my unstated changes? I need to keep working, I'm not ready to commit, but do I need external code?
Question 2: I ended up doing stash and then pull . How am I now merging in my changes with a new movement? How to apply my wallet without breaking new changes of attraction?
source share