Jeffrey Aylesworth
Jeffrey Aylesworth

Reputation: 8510

Pull updates from source repository

I have a repository on Github that is a fork of another repository. I made some changes, and they were pulled into the original repository, and more changes have been made there since then.

My forked repository is now out of date, and I want to make some more changes to it. Nothing has happened in my repository since the changes were pulled into the original, so it just needs to get all the new changes. How can I do that?

Upvotes: 0

Views: 146

Answers (1)

Joni
Joni

Reputation: 3357

It is explained here: http://help.github.com/forking/

Upvotes: 1

Related Questions