diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-06 18:22:54 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-06 18:22:54 +0100 |
commit | 7089e3bf78f21d90c18f0450f598394c655b3850 (patch) | |
tree | deb47329c02965a752c26b6faed0424b64c44715 | |
parent | 2cc33ffbcfae1e355245715c830e0a8aadeb8191 (diff) | |
download | bin-7089e3bf78f21d90c18f0450f598394c655b3850.zip bin-7089e3bf78f21d90c18f0450f598394c655b3850.tar.gz |
git-synk update stash message
-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 |