Searched defs:has_uncommitted_changes (Results 1 – 5 of 5) sorted by relevance
103 def has_uncommitted_changes(repo: Path | None = None) -> bool: function
259 def has_uncommitted_changes() -> bool: function
167 def has_uncommitted_changes(self) -> bool: member in GitRepo
1168 def has_uncommitted_changes(): function