Skip to content
Scott Spangenberg edited this page Feb 12, 2015 · 1 revision

Welcome to the sgminer wiki!

Forked from https://github.com/sgminer-dev/sgminer.git

Syncing this fork

git clone git@github.com:Ziftr/sgminer.git
cd sgminer
git remote add upstream git@github.com:sgminer-dev/sgminer.git
git fetch upstream
git checkout master
git merge upstream/master

git push origin --all

See also https://help.github.com/articles/syncing-a-fork/

Clone this wiki locally