Skip to content

Latest commit

 

History

History
executable file
·
12 lines (11 loc) · 195 Bytes

File metadata and controls

executable file
·
12 lines (11 loc) · 195 Bytes

make updates on gh-pages: git checkout gh-pages git pull git add . git commit -m "" git push

Merge to Master: git checkout master git pull origin master git merge gh-pages git push origin master