- checkout
Spawn checkout(string branchName)
Undocumented in source. Be warned that the author may not have intended to support it.
- clean
Spawn clean()
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
Spawn clone(bool recursive, string branch)
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneOrPull
Spawn cloneOrPull(bool recursive, string branch)
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneOrRefresh
Spawn cloneOrRefresh(bool recursive, string remote, string branch)
Undocumented in source. Be warned that the author may not have intended to support it.
- fetch
Spawn fetch(string[] names)
Undocumented in source. Be warned that the author may not have intended to support it.
- fetchAll
Spawn fetchAll()
Undocumented in source. Be warned that the author may not have intended to support it.
- merge
Spawn merge(string[] commits, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- pull
Spawn pull(bool recursive)
Undocumented in source. Be warned that the author may not have intended to support it.
- refresh
Spawn refresh(bool recursive, string remote, string branch)
Undocumented in source. Be warned that the author may not have intended to support it.
- remoteAdd
Spawn remoteAdd(URL url, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- remoteRemove
Spawn remoteRemove(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- resetHard
Spawn resetHard(bool recursive)
Undocumented in source. Be warned that the author may not have intended to support it.
- resetHardTo
Spawn resetHardTo(string treeish, bool recursive)
Undocumented in source. Be warned that the author may not have intended to support it.