Update cloned repo from remote in Eclipse?

36 Views Asked by At

New to Git but I figured out how to clone a colleague's repo in Eclipse. They made updates and now I want to pull(?) those updates but I'm getting a merge conflict (conflict with files then it lists several files). I'm ok with overwriting any local changes I made, just want it to be the same as the Git repo. I'm confused between fetch and pull, and reset vs. rebase.

0

There are 0 best solutions below