Methods
1 to 12 of 12
- Git::actual_command() – Return the actual git command to use
- Git::chdir() – Change to the directory if it exists
- Git::check_status() – Check the status of all the sub-folders in the directory
- Git::command() – Perform a git command against the repository
- Git::commands() – Return some Git command aliases
- Git::execute() – Execute a command
- Git::instance() – Return a single instance of this class
- Git::is_git() – Check directory is a git repository
- Git::is_repo() – Determine if this is a repo.
- Git::reset_dir() – Change back to the previous directory
- Git::result_as_array() – Return the file list as an array
- Git::__construct() – Constructor for Git