Searched defs:branch (Results 1 – 3 of 3) sorted by relevance
85 def __prepare_git_project(self, url, username, password, branch): argument200 def __find_project_record(self, repo_url: str, manage_mode: str, branch="master"): argument
52 branch: str = Field(default="", description="分支名称") variable in Project
241 def _branch_replace(branch): argument