Skip to content

Commit 9ea9bfa

Browse files
committed
Spell out "checkout" for folks who don't have a "co" alias
1 parent 073661a commit 9ea9bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git clone $root/.git $out
1414
cd $out
1515
git remote set-url origin [email protected]:twitter/scala_school.git
1616
git fetch
17-
git co gh-pages
17+
git checkout gh-pages
1818
cd $root
1919
cp -r $dir/* $out/
2020
cd $out

0 commit comments

Comments
 (0)