make git fetch silent
diff --git a/git-flow-support b/git-flow-support
index 55f595e..aeaed34 100644
--- a/git-flow-support
+++ b/git-flow-support
@@ -44,7 +44,7 @@
 
 	# publish branch
 	git push $ORIGIN $BRANCH:refs/heads/$BRANCH
-	git fetch $ORIGIN
+	git fetch -q $ORIGIN
 	git config branch.$BRANCH.remote $ORIGIN
 	git config branch.$BRANCH.merge refs/heads/$BRANCH
 	git co $BRANCH