You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the git2go we can achieve a fuction like git pull , but when a conflict occurred,we got the error message 2 uncommitted changes would be overwritten by merge.
Now , I want to get the conflict files,what should I do?
The text was updated successfully, but these errors were encountered:
Devying
changed the title
xx uncommitted changes would be overwritten by merge
xx uncommitted changes would be overwritten by merge,how can we get the conflict files
Jan 24, 2018
using the
git2go
we can achieve a fuction likegit pull
, but when a conflict occurred,we got the error message2 uncommitted changes would be overwritten by merge
.Now , I want to get the conflict files,what should I do?
The text was updated successfully, but these errors were encountered: