Usually in git there is only origin and local, in git hub as we have origin and upstream, we can sync by follow below commands.
$ git remote -v
$ git remote add upstream [email protected]
$ git remote -v
$ git fetch upstreamUsually in git there is only origin and local, in git hub as we have origin and upstream, we can sync by follow below commands.
$ git remote -v
$ git remote add upstream [email protected]
$ git remote -v
$ git fetch upstream