forked from BEXIS2/Core
-
Notifications
You must be signed in to change notification settings - Fork 0
HowTo update the fork
Franziska Zander edited this page Jan 30, 2020
·
6 revisions
Check out the branch with you want to update:
$ git checkout dev
Check remotes
$ 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
Merge local repo with [upstream_name]
$ git merge upstream/dev
Push it to our fork
$ git push