You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2017/06/26 13:36:42 UTC

[6/6] sling-site git commit: README

README


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/acf7a37a
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/acf7a37a
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/acf7a37a

Branch: refs/heads/master
Commit: acf7a37ae69804b0cd6400d1dc74cf3126497960
Parents: bfd6ea2
Author: Bertrand Delacretaz <bd...@apache.org>
Authored: Mon Jun 26 15:36:23 2017 +0200
Committer: Bertrand Delacretaz <bd...@apache.org>
Committed: Mon Jun 26 15:36:23 2017 +0200

----------------------------------------------------------------------
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/acf7a37a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 02b3ac2..2bc9a8e 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,8 @@ We'll have a script for that, but for now the following works:
     mv ./output /tmp
     git checkout asf-site
     rsync -r /tmp/output/* .
-    git commit -a -m "Updating live site"
+    git commit ... # do what's needed!
+    git push origin asf-site
     
     # content should appear at https://sling.apache.org/ng/ (for now) soone