From: Richard Hartmann Date: Wed, 7 May 2014 06:39:42 +0000 (+0200) Subject: Merge pull request #129 from tfnico/patch-5 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/bdd64829b5af03ab21e315a61897ea4e97c1f6d3?hp=2de12e5bf790ff611d4cbece86c56034c0925908 Merge pull request #129 from tfnico/patch-5 Suggest shorter form of vcsh pull --- diff --git a/vcsh b/vcsh index 18cd9e5..31a6019 100755 --- a/vcsh +++ b/vcsh @@ -161,7 +161,7 @@ clone() { done [ x"$VCSH_CONFLICT" = x'1' ]) && fatal "will stop after fetching and not try to merge! - Once this situation has been resolved, run 'vcsh run $VCSH_REPO_NAME git pull' to finish cloning." 17 + Once this situation has been resolved, run 'vcsh $VCSH_REPO_NAME pull' to finish cloning." 17 git merge origin/master hook post-merge hook post-clone