blob: 462a1831baab5b59186cf614e7eacbd2df2c658c [file] [log] [blame]
#!/bin/sh
gitflow_check_clean_working_tree() {
echo "Working tree $(pwd) clean."
}