mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
track gh-pages branch
This commit is contained in:
parent
7a632e9026
commit
b4fe82ffb4
|
|
@ -7,6 +7,6 @@ git symbolic-ref HEAD refs/heads/gh-pages \
|
|||
&& echo 'My Page' > index.html \
|
||||
&& git add . \
|
||||
&& git commit -a -m 'Initial commit' \
|
||||
&& git push origin gh-pages \
|
||||
&& git push -u origin gh-pages \
|
||||
&& git fetch origin \
|
||||
&& echo 'complete'
|
||||
&& echo 'complete'
|
||||
|
|
|
|||
Loading…
Reference in a new issue