From fbff477bc3dadec2dd11a460f5645fafda162b62 Mon Sep 17 00:00:00 2001 From: muflax Date: Tue, 2 Apr 2013 23:27:50 +0200 Subject: [PATCH] push all branches --- commands/publish.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/publish.rb b/commands/publish.rb index 481d7e8..d330ac6 100644 --- a/commands/publish.rb +++ b/commands/publish.rb @@ -15,7 +15,7 @@ module Nanoc::CLI::Commands end # push changes to github - cmd "git push origin" + cmd "git push --all origin" # regenerate site links cmd "nanoc references"