Skip to content
James Tang edited this page Nov 17, 2015 · 3 revisions
  1. Fork the Magic Mirror Web repository
<iframe src="https://ghbtns.com/github-btn.html?user=jamztang&repo=MagicMirrorWeb&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>
  1. Clone your repository
git clone https://github.com/<your_username>/MagicMirrorWeb.git
  1. Create a feature branch based on your develop branch
git checkout develop
git checkout -b feature/new_feature
  1. Start working on the feature and commit frequently, finally push to your repository

  2. Once the feature is complete, make a pull request to the official repo and make sure it's based on the develop branch.

Clone this wiki locally