- 該当のプロジェクトに cd する
- フォーク元のリポジトリを登録する
upstream のところはお好みで変更。
$ git remote add upstream foo@bitbucket.org:bar/hogefuga_project.git
その後、フォーク元からの変更を取得し
$ git fetch upstream
自分のmasterにマージする。
$ git merge upstream/master
Go to list of users who liked
More than 5 years have passed since last update.
upstream のところはお好みで変更。
$ git remote add upstream foo@bitbucket.org:bar/hogefuga_project.git
その後、フォーク元からの変更を取得し
$ git fetch upstream
自分のmasterにマージする。
$ git merge upstream/master
Register as a new user and use Qiita more conveniently
Go to list of users who liked