Skip to content
Jimmy Zhuo edited this page Sep 15, 2015 · 4 revisions

Welcome to the dyncall wiki!

Sync Guide

if you don't have git-hg

if you don't clone the original dyncall repo

if you don't add https://github.com/MoarVM/dyncall.git to your cloned original dyncall repo

Sync the git repo to the hg dyncall repo

  • git pull --rebase

Sync the hg dyncall repo to git repo

  • git-hg pull
  • git push
Clone this wiki locally