A
A
Aryeh Leonid R.2016-03-03 12:35:40
GitHub
Aryeh Leonid R., 2016-03-03 12:35:40

GitHub: How to keep a fork project up to date?

I just recently, a couple of days ago, used GitHub for the first time. First time in first grade.
Registered, made a fork of the project and made a small change. Made a commit.
Meanwhile, the author of the parent project made changes to the project. I need these changes in my fork.
How are they received? I understand that fork is independent.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@mgyk, 2016-03-03
_

git remote add upstream ...
And each time to update
git fetch upstream
git rebase upstream/master

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question