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