git - What does "commit your changes or stash them" mean? -
i have branch on git repository used commit , push. today saw different programmer committed , pushed branch. when try pull latest branch git completes half way , gives error "either commit changes or stash them". have no idea means , don't want commit before taking latest changes on branch. how solve issue?
it means have uncommitted changes, prevents pulling.
and solve either committing them or stashing them. error message says.
(by way, typically better answers asking precise questions. if want know git stash
is, ask that. asking "how solve problem git tells me commit or stash" leads answers "you should commit or stash".
git has answered question. if didn't understand that answer, ask part don't understand.
Comments
Post a Comment