Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to merge modifications of origin (this repository) to forked your repo. -本家(このリポジトリ)の変更を取り込む方法- #190

Open
Geson-anko opened this issue Jun 1, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Geson-anko
Copy link
Owner

Geson-anko commented Jun 1, 2022

Steps

Run following commands.

  1. git remote add upstream https://github.com/Geson-anko/JarvisEngine.git
    Only the first time.
    (It is also possible to use a name that is not upstream.)
  2. git fetch upstream
  3. git merge upstream/<branch name>
    Merging to your current branch.

Reference

https://leico.github.io/TechnicalNote/Git/pull-fork-origin

@Geson-anko Geson-anko pinned this issue Jun 1, 2022
@Geson-anko Geson-anko added the documentation Improvements or additions to documentation label Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant