aea.helpers.git
Useful git tools.
check_
working_
tree_
is_
dirty
def check_working_tree_is_dirty() -> bool
Check if the current Git working tree is dirty.
Returns:
True if the working tree is not dirty, False otherwise