Category: SCM

  • Syncing a Forked git Repository With a Master Repository’s Changes

    One task which is virtually impossible to do properly through the GIT Version Control web interface, is syncing a forked repository. Fortunately, there is a fairly straightforward way to automatically merge the changes via the command line interface. Let’s say for example, a few days back we created a fork called chriscase/friendika off of the…