Wednesday 25 January 2012

Git: merge after pull fails and I want to accept the file(s) on the remove repository (and not my local one(s))

 
$ git checkout --theirs filename
Conflict is resolved! Not commit changes:
 
$ git add filename
$ git commit

References

No comments:

Post a Comment