stress testing git workflow
authorSteve Youngs <steve@sxemacs.org>
Sat, 17 Dec 2011 03:30:44 +0000 (13:30 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sat, 17 Dec 2011 03:30:44 +0000 (13:30 +1000)
* merges:
  ensure we track origin/master
  Added contrib script to help people setup their contributing branches

contrib/git-to-steve.sh [new file with mode: 0755]

diff --git a/contrib/git-to-steve.sh b/contrib/git-to-steve.sh
new file mode 100755 (executable)
index 0000000..55574db
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+#
+# 
+git branch --track for-steve origin/master
+git checkout for-steve