I am working with a Git plugin for Eclipse. To update the working directory, I used Pull or Fetch + Merge . When a conflict is resolved, I use the merge tool . But recently I tried a new approach.
To find out what has changed by others, I do Fetch and then Sync workspace . If I try to commit and click after updating my code directly inside command synchronization, I have a "rejected without fast-forward" error.
I want to know if I can update my working directory using command synchronization, or if this is the only way to do this using the Egit merge action.
source share