From d4864eabdc5c748272ba5d402ac1cfa7942738f3 Mon Sep 17 00:00:00 2001 From: ZhiFeng Hu Date: Fri, 30 Jan 2015 08:45:46 +0800 Subject: [PATCH] Add shell script to fast update ansible repo --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 00000000000..5979dd0ab2b --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh +git pull --rebase +git submodule update --init --recursive