Hi, On Sat, 17 Jan 2009, Ray Chuan wrote: > -test_expect_failure 'push to remote repository' ' > +test_expect_success 'push to remote repository' ' > cd "$ROOT_PATH"/test_repo_clone && > : >path2 && > git add path2 && > test_tick && > git commit -m path2 && > - git push && > + git push origin master && > [ -f "$HTTPD_DOCUMENT_ROOT_PATH/test_repo.git/refs/heads/master" ] > ' But it _should_ succeed without <remote> <branch>. It should find that there is a master locally and one remotely, and push that. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html