Repository: vxquery Updated Branches: refs/heads/master e85551f36 -> d94c51f41
Notes about updating the site branch. Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/7521b536 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/7521b536 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/7521b536 Branch: refs/heads/master Commit: 7521b5363b8c56fd0c0dde8a390c0909756e3434 Parents: e85551f Author: Preston Carman <[email protected]> Authored: Thu Jul 16 10:16:20 2015 -0700 Committer: Preston Carman <[email protected]> Committed: Thu Jul 23 15:23:27 2015 -0700 ---------------------------------------------------------------------- src/site/apt/development_site_update.apt | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/7521b536/src/site/apt/development_site_update.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/development_site_update.apt b/src/site/apt/development_site_update.apt index 240de25..2d37f99 100644 --- a/src/site/apt/development_site_update.apt +++ b/src/site/apt/development_site_update.apt @@ -17,6 +17,13 @@ Updating the Apache VXQuery\x99 site * update the <<<site>>> branch in git + When pushing changes to the site without a code release, the following git + command will create a patch of only differences with in the site. + +----- +git diff site src/site/ > ../site.patch" +---- + * build a new site and deploy it to <<<../site>>> ---
