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