From 2f0914595bc330f1ce0b3565e77e8dc59c8c89c2 Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Fri, 5 Oct 2012 00:44:12 -0300 Subject: [PATCH] per recent updates --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1ed5fb4..d6ebd1d 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,18 @@ Default is `false`. First be sure that you have already placed your project under revision control using git. +For example, for the default values of remote="master" and +branch="gh-pages", the output of `git branch -a` should look like: + + gh-pages + * master + remotes/origin/HEAD -> origin/master + remotes/origin/gh-pages + remotes/origin/master + +This shows that "gh-pages" exists in the remote and local repos. There +needs to be at least one commit in "gh-pages" with which to start. + Edit `config.rb`, and add: activate :deploy do |deploy|