Class Git

java.lang.Object
uno.anahata.ai.nb.tools.Git

public class Git extends Object
A Core Function provider that groups all functions for interacting with Git.
  • Constructor Details

    • Git

      public Git()
  • Method Details

    • openCommitDialog

      public static String openCommitDialog() throws Exception
      Opens the NetBeans Git Commit dialog. The dialog is context-aware and will automatically find all modified files in the currently open projects.
      Returns:
      a message indicating the result of the operation.
      Throws:
      Exception - if an error occurs.