There was an error while loading. Please reload this page.
Check out the branch with you want to update: $ git checkout dev
$ git checkout dev
Check remotes $ git remote -v
$ git remote -v
e.g.
origin https://github.com/bexis/Core.git (fetch) origin https://github.com/bexis/Core.git (push) upstreamBEXIS2 https://github.com/BEXIS2/Core (fetch) upstreamBEXIS2 https://github.com/BEXIS2/Core (push)
Fetch [upstream_name] $ git fetch upstream
$ git fetch upstream
Merge local repo with [upstream_name] $ git merge upstream/dev
$ git merge upstream/dev
Push it to our fork $ git push
$ git push