New synchronize wizard for EGit

Here are some screenshots of new redesigned steps in EGit synchronization wizard. The main idea is to make most common synchronization usage as short as it is possible. So I come with idea of ‘predefined synchronization configurations’. In first step of sync-wizard you can select from three options:

  • Working Tree
  • Remote Tracking
  • Custom

EGit new synchronization wizard - page 1

After selecting first option you only uncommitted local changes (those that are stager/in index and those that aren’t). This should help you when you want to review yours changes just before commit or stage some changes.

Second option ‘Remote Tracking’ is only available when current branch tracks one of yours remote branches (if it doesn’t this option is disabled). This option will show you all locally made changes (same as in ‘Working Tree’) but also changes made in commits that occurs in local and remote branch after you started the local one.

Selecting one of those two actions (and selecting the checkbox next to repository name) will enable the ‘Finish’ button and you are done with launching synchronization.

In case when at least in one repository the ‘Custom’ option is selected, the ‘Finish’ button will be disabled, but ‘Next >’ should be enabled. In this situation you must go to the next page to setup yours custom synchronization.

On ‘custom synchronization step’ you will only see repositories that was chosen to have a custom synchronization. Here you can select source and destination branch and also include or exclude local changes from being shown in synchronization results.

EGit new synchronization wizard - page 2

Those changes are currently pending for a review in ours gerrit, but I think that they will be merged into master branch (not they won’t be included in 0.12 release).

What do you think about such approach for git synchronization? Maybe you see some other ‘predefined’ day-to-day synchronization configuration, if yes please let me know!

4 Comments New synchronize wizard for EGit

  1. Pingback: Dariusz Luksza: New synchronize wizard for EGit

  2. JLS

    My main pain point is having to re-select the remote branch every time I synchronize. I wish it would default to the last selection, or the remote branch my local branch came from. I can’t quite tell from your description if this would solve that problem.

    Reply
  3. JLS

    I just realized how great your changes would be in terms of performance! Being able to select the local repository most of the time would be a big help. I really hope you go ahead with this work. If you do, please make the dialogs allow default options, or at least remember your last selected.

    Reply
  4. Dariusz Łuksza

    @JLS
    The main idea of this change is to improve UX and performance … but as you spot it, it isn’t intuitive.

    If you have any additional comments or ideas how we could improve UX feel free to make some comments on bug 344891 (in case of ‘context menu synchronizing’) and 344888 (in case of synchronize wizard)

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *