diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-09 10:24:33 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-09 10:24:33 +0100 |
commit | 78ee762b597a6774407160235e019222e94ffb93 (patch) | |
tree | 83a4b008a1488fe33201703469d6adc7a2fcf692 /git-synk | |
parent | 4a59765ad8f696f9cf7719b354c2d1be0741289f (diff) | |
parent | 7172b548b7571c55e0d705761c0a09b33b2256cc (diff) | |
download | bin-78ee762b597a6774407160235e019222e94ffb93.zip bin-78ee762b597a6774407160235e019222e94ffb93.tar.gz |
Merge branch 'master' of asynk.ch:bin
Diffstat (limited to 'git-synk')
-rwxr-xr-x | git-synk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ for gitdir in ${GIT_DIR}; do STASH=1 echo -e "${RED}head is not clean, ${CYAN}git stash save${RESET}" && git stash save -q else - fail "head is not clean, USE_STASH=0 ... " && continue + fail "head is not clean, use -s flag to use stash ... " && continue fi fi # PULL |