Interface IGitTasks


public interface IGitTasks
  • Method Details

    • setup

      void setup()
    • hasLocalChanges

      Optional<Boolean> hasLocalChanges()
    • isUpToDateWithRemote

      Optional<Boolean> isUpToDateWithRemote()
    • update

      void update()
    • clearLocalChanges

      void clearLocalChanges()