How to merge other github repository to my repository

There are very simple step ,which are as follows

  1. Add that repository as your branch using create branch in github
  2. Then write `git fetch` in your terminal.
  3. Then write ` git merge <branchname>`
  4. Then solve your conflict, if it occurs.
  5. Then write `git add .` .
  6. Then write ` git commit -m “I have merged successfully”
  7. Then write ` git push`
  8. Then write `git branch -d <branchname>
  9. Then write ` git push origin — delete <branchname>`

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response