gitflow/gitflow-sh-setup

7 lines
86 B
Text
Raw Normal View History

#!/bin/sh
gitflow_check_clean_working_tree() {
echo "Working tree $(pwd) clean."
}