Bardia Heydari
Bardia Heydari

Reputation: 774

How can I apply changes of a forked repository?

I have just started working with github. I created a new repository. Someone else have forked my repository. I want to know how can I apply his commits on the original repository.

Upvotes: 0

Views: 35

Answers (1)

cnd
cnd

Reputation: 33744

I'm agreed that it's duplicate but answer there is a bit overhead...

you can just git pull <fork_repository_address> <fork_branch>

Upvotes: 2

Related Questions