/** @return the selected git root */
 private VirtualFile getGitRoot() {
   return (VirtualFile) myGitRootComboBox.getSelectedItem();
 }