David Aguilar <davvid@xxxxxxxxx> writes: > This won't handle all cases, but it should do the trick 80%+ of the > time. > > % git diff > foo.patch Or, if the patch produced by "git diff" doesn't do it: git commit -am foo git format-patch -1 git reset HEAD^ > (on other machine) > % git apply foo.patch In one command: git diff | ssh other-machine 'cd /path/to/repo && git apply' -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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