From: Oleg Broytman Date: Tue, 30 Jun 2015 19:14:05 +0000 (+0300) Subject: Push-to-deploy was implemented in 2.3 and improved in 2.4 X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=bb91e98e10aabd0b8ae3972e10333c68e5ca803d Push-to-deploy was implemented in 2.3 and improved in 2.4 --- diff --git a/pep-git.txt b/pep-git.txt index d215a58..51701c9 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -326,6 +326,11 @@ from it) you do that in two steps using two repositories: you push from the workstation to a bare repo on the remote host, ssh to the remote host and pull from the bare repo to a non-bare deployment repo. +That changed in git 2.3, but see `the blog post +`_ +for caveats; in 2.4 the push-to-deploy feature was `further improved +`_. + Tags ''''