Reputation: 774
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
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