github 常用命令
分类: /media标签: media
Initial Setup
git clone https://github.com/wcec/wcec-home.org.git gh-pages
or
git@github.com:wcec/wcec-home.org.git gh-pages
After you make some changes, to commit the change,
git add <your_file>
git commit -a -m "add notes for you changed"
git push origin gh-pages