public JComponent createComponent() {
   panel = new GitVcsPanel(project);
   panel.load(settings);
   return panel.getPanel();
 }