commit | 61ade55fcb2a3aea7935fe2ea3ef512016b502e3 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周四 1月 21 01:28:08 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周四 1月 21 01:28:08 2010 +0100 |
tree | bdfb06f7bc0c7d6e64d9854603ce2daa4bc380fa | |
parent | 60e07ef561453c0e982d9fb39753395604d088bb [diff] [blame] |
Add initial beginning to the gitflow subcommand infrastructure.
diff --git a/gitflow-sh-setup b/gitflow-sh-setup new file mode 100755 index 0000000..462a183 --- /dev/null +++ b/gitflow-sh-setup
@@ -0,0 +1,6 @@ +#!/bin/sh + +gitflow_check_clean_working_tree() { + echo "Working tree $(pwd) clean." +} +