On Wed, 14 Feb 2007, Joseph Wakeling wrote: > Nicolas Pitre wrote: > > What would be the point if you don't have GIT on the remote system? > > > > Just use rsync or scp to copy your code over and be happy. > > For one thing, I might be making small changes or have unversioned files > in my local directory that I don't want to copy. I only want to push > across the latest code in the branch. Try this then: git archive --format=tar <branch_name> | ssh <remote_machine> tar -xf - You can also use the --prefix= argument to git-archive in order to specify a subdirectory on the remote machine. Nicolas - 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