Git Upstream Repo Tracking
Between forking Jekyll Now to serve this site, and beginning this first post, the upstream repository gained several new commits. With a bit of digging, I reminded myself of the git
commands necessary to merge those upstream changes back into my forked repository (of course, I needed to clone the forked repo to my local computer first!):
In this case, I had to resolve some small conflicts with edits Iād made in the fork, but otherwise everything is now back in sync again :-)
In future, now that I already have the upstream
tracking branch, I can easily fetch any other changes and merge those in too:
Written on August 17, 2014