Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Says <a href="http://wiki.eclipse.org/EGit/User_Guide#Comparing_with_Branches_.28Synchronize.29" rel="noreferrer">here</a> that you can see the diffs between the working tree and any given reference. Perhaps you should try out the latest version (Juno) of Eclipse/EGit and see if it's gotten any better?</p> <p><em>Update: I've tried this out in the latest Eclipse, and as far as I can see it works fine. Here's how:</em></p> <p>In the moment of writing this, Eclipse Juno 4.2 is the version you should go for. On the download page, you can pick between several packages according to your needs. The 'Eclipse IDE for Java Developers' comes bundled with EGit, but you can also install EGit into any distribution using the Eclipse Marketplace (under the Help menu).</p> <ul> <li>Once you've imported your project into Eclipse, make sure the project is "shared":</li> </ul> <p>Right-click project -> Team -> Share Project.. -> Git</p> <p>Now do the following:</p> <ul> <li>Switch to the Team Synchronizing Perspective.</li> <li>Click the little synchronize button in the Synchronize View.</li> <li>Choose Git</li> <li>Pick a suitable branch to sync against, like <code>refs/remotes/origin/master</code></li> <li><strong>Make sure to check the "Include local uncommitted changes in comparison" box</strong></li> <li>Click Finish</li> </ul> <p>Now, change some files and watch them appear in the Synchronize View. Double-click the changed files to see the diff (like in the screenshot below).</p> <p><img src="https://i.stack.imgur.com/ynKH9.png" alt="Screenshot of Eclipse Juno - EGit Synchronize View"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload