philh_myftp_biz.modules.Repo¶
Module Contents¶
Classes¶
API¶
- class philh_myftp_biz.modules.Repo.Repo(path: philh_myftp_biz.pc.Path)¶
Initialization
- reset = None¶
Unstage all files
- refresh() None¶
- rm(path: str, *, cached: bool = False, recurse: bool = True, force: bool = False) None¶
- focus(path: str) None¶
- add(path: str) None¶
Stage specific subfolder
- property changes: int¶
- update_submodules(name: str = None, *, remote: bool = True, force: bool = False) None¶