Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Get the Code

Alexandru Rosianu edited this page Jul 15, 2015 · 3 revisions

Clone or fork SuperKit. I'm still making lots of changes to it, so it's important to keep yourself up to date.

If you fork it, you'll already have a remote called upstream that points to the SuperKit repository. If you prefer to clone it, you should create an upstream remote yourself to merge new changes easily:

git remote add upstream [email protected]:Aluxian/electron-superkit.git
git merge upstream/master --no-commit --no-ff

More info from GitHub: Syncing a fork.

Clone this wiki locally