Uses of Class
adams.gui.tools.filecommander.git.AbstractFileCommanderGitAction
-
Packages that use AbstractFileCommanderGitAction Package Description adams.gui.tools.filecommander.git -
-
Uses of AbstractFileCommanderGitAction in adams.gui.tools.filecommander.git
Subclasses of AbstractFileCommanderGitAction in adams.gui.tools.filecommander.git Modifier and Type Class Description class
Add
Performs a git add of the selected files.class
Commit
Performs a git commit of the selected file.class
Log
Shows the log for the selected file.class
Pull
Performs a git pull of the selected file.class
Push
Performs a git push.class
Rollback
Reverts the changes for the file.
-