Saturday, January 2, 2016

Runalyze my git reference


$ git clone git@github.com:lefty01/Runalyze.git

$ git remote add upstream git@github.com:Runalyze/Runalyze.git

$ git fetch upstream

$ git checkout master

$ git merge upstream/master

$ git push origin master