X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/6f91211dc0410339d678e5489eb6fd14b4251c87..80fb228314fd57923f18eda30ed52148a98400fd:/vcsh?ds=sidebyside diff --git a/vcsh b/vcsh index 4979d71..990a234 100755 --- a/vcsh +++ b/vcsh @@ -64,7 +64,7 @@ clone() { git remote add origin "$GIT_REMOTE" git config branch.master.remote origin git config branch.master.merge refs/heads/master - if [ -z $(git ls-remote 2> /dev/null) ]; then + if [ $(git ls-remote origin master 2> /dev/null | wc -l ) -lt 1 ]; then info "remote is empty, not merging anything" exit fi