Skip to content

Commit f603c81

Browse files
committed
Base branch off of gh-pages
1 parent f28f424 commit f603c81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/enterprise-cutter

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ require 'fileutils'
44
require 'tmpdir'
55
require 'nokogiri'
66

7+
%x(git checkout gh-pages)
8+
%x(git pull origin gh-pages)
9+
710
%x(git checkout -b add-backfilled-versions)
811

912
date = ARGV[0].dup # yyyy, mm, dd, like, 2014-07-08

0 commit comments

Comments
 (0)