gitflow/gitflow-sh-setup

6 lines
86 B
Bash
Executable file

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