## upstream を登録
git remote add upstream git://github.com/
## 削除用
git remote rm upstream
## fork元のレポジトリを持ってくる
git fetch upstream
## fork元のmaster をfork先のmaster にマージする
git merge upstream/master
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme