Arc Forumnew | comments | leaders | submitlogin
1 point by tvvocold 3481 days ago | link | parent

when i git pull i got

  error: Your local changes to the following files would be overwritten by merge:
    lib/news.arc
  Please, commit your changes or stash them before you can merge.
  Aborting


1 point by akkartik 3481 days ago | link

Have you made any changes to news.arc? Mail me the output of this command, and I'll help you with the merge.

  $ git diff lib/news.arc

-----