成员的完整列表,这些成员属于 GitOperations,包括所有继承而来的类成员
| __init__(self, repo_path=None) | GitOperations | |
| _run_command(self, command) | GitOperations | protected |
| add(self, files=".") | GitOperations | |
| branches(self, remote=False) | GitOperations | |
| checkout(self, branch_name) | GitOperations | |
| checkout_submodules_branch(self, branch_name) | GitOperations | |
| clone(self, repo_url, target_dir=None, recursive=False) | GitOperations | |
| clone_bare(self, repo_url, target_dir=None) | GitOperations | |
| commit(self, message) | GitOperations | |
| create_branch(self, branch_name) | GitOperations | |
| current_branchName(self) | GitOperations | |
| exists_submodules(self) | GitOperations | |
| get_remote_origin_url(self) | GitOperations | |
| git_daemon_repos(self, basepath, port=None) | GitOperations | |
| init(self) | GitOperations | |
| log(self, num_commits=10) | GitOperations | |
| pull(self) | GitOperations | |
| push(self, remote="origin", branch_name=None) | GitOperations | |
| repo_path (定义于 GitOperations) | GitOperations | |
| reset_repos_path(self, repo_path) | GitOperations | |
| run_other_cmd(self, command) | GitOperations | |
| status(self, extParam=None) | GitOperations | |
| update_submodules_to_last_commit(self, branch_name) | GitOperations | |
| update_to_last_commit(self, branch_name) | GitOperations | |