mkdir Rperform touch Rperform/index.html Commit and push the changes. Then, checkout into the master branch. git add Rperform/index.html git commit -m "Added Rperform directory in gh-pages branch" git push origin gh-pages git checkout master Step 3 ...
↧