Tag Archives: sync forks

Keeping a git fork in sync with the forked repo.

I forked http://github.com/dpp/lift/tree/master to http://github.com/tjweir/lift/tree/master and I want to keep in sync with the update to dpp/lift. This is how I do it. In my repo add a remote reference to dpp/lift: $ git remote add dppmaster git://github.com/dpp/lift.git Fetch $ … Continue reading

Posted in General | Tagged , | Comments Off