Skip to content
win edited this page Apr 14, 2015 · 13 revisions

note: from source folder of HTML-Renderer

  1. to push source from one local repo to remote repo

git push [email protected]:prepare/LayoutFarm +v1.7:master

  1. to delete previous push

git push [email protected]:prepare/LayoutFarm +first_7_digit_of_commit_id^:master

  1. to branch from specific commit

git checkout -b new_branch_name specific_commit_id

  1. website

http://prepare.github.io/LayoutFarm

Clone this wiki locally