Git fork origin

October 28, 2019

## Register upstream
$ git remote add upstream git://github.com/
## for remove
$ git remote rm upstream
## Pull fork source repository.
$ git fetch upstream
## Merge fork source repository master to local branch
$ git merge upstream/master

Profile picture

Written by Kota Kawaguchi who works in Tokyo, Japan You should follow them on Twitter