Commitground webpage repository
Current
- white : 2018-06-18
History
- white : 2018-06-18
We may change our web page continuously with some minor changes and also the major changes. So here's the branch policy.
- When you make a new major change, please make a new branch. You can name the branch as anything you want.
- Please make a [new issue] with "Change branch"
- If your suggestion is accepted,
gh-pages
branch will designate the new branch. Following commands will be executed by CI tool or organization member. Keep in mind thatgh-pages
exists only to designate the current page branch.
git branch -D gh-pages
git checkout -b gh-pages origin/[your-branch]
git push origin gh-pages --force
- Minor changes to the branch will be automatically integrated into the
gh-pages
branch by Travis CI.
Followed Jekyll's quick start guide