Github上でForkしたリポジトリをローカルにclone済みの前提です。
$ git remote add upstream https://github.com/XXXXXXXX/XXXXXXXX.git
$ git fetch upstream
$ git checkout 対象ローカルブランチ
$ git merge --ff upstream/対象リモートブランチ
$ git push origin 対象ローカルブランチ
Go to list of users who liked
More than 5 years have passed since last update.
Github上でForkしたリポジトリをローカルにclone済みの前提です。
$ git remote add upstream https://github.com/XXXXXXXX/XXXXXXXX.git
$ git fetch upstream
$ git checkout 対象ローカルブランチ
$ git merge --ff upstream/対象リモートブランチ
$ git push origin 対象ローカルブランチ
Register as a new user and use Qiita more conveniently
Go to list of users who liked