K
K
Ken Jee2017-06-09 17:36:35
git
Ken Jee, 2017-06-09 17:36:35

How to move changes from one git repository to another?

There is a project that is stored in a repository in bitbucket. It has been cloned into a new repository. Changes in these repositories are of course diverse. How can you transfer changes from the so-called "parent" repository to the one that was cloned?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Burov, 2017-06-09
@BuriK666

git merge

E
Eugene, 2017-06-09
@immaculate

First git pull, then git merge. Or you can try to do a rebase, but judging by the question, it's too early for you to touch this issue.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question