Re-exported predicates
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
- git_branches(-Branches, +Options) is det
- True when Branches is the list of branches in the repository.
In addition to the usual options, this processes:
- contains(Commit)
- Return only branches that contain Commit.
- remote(true)
- Return remote branches
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.
- git_clone(Arg1, Arg2, Arg3)
- clone_project(Arg1, Arg2, Arg3)
- git_commits(Arg1, Arg2)
- git_commits(Arg1, Arg2, Arg3)
- git_branch(Arg1, Arg2)
- git_remote(Arg1, Arg2, Arg3)
- git_pull(Arg1)
- git_pull(Arg1, Arg2, Arg3)