Skip to content
Jimmy Zhuo edited this page Jan 28, 2015 · 1 revision

Welcome to the dyncall wiki!

Sync Guide

If you didn't add the svn repo to your git repo yet.

If you already have the svn repo.

Sync to moarvm

  • git checkout master2
  • git svn rebase
  • git pull --rebase moarvm master
  • git push moarvm master2:master

Sync to zhuomingliang

  • git checkout master
  • git svn rebase
  • git push