keeping a OpenUI5 fork in sync
things you need:-
- a ‘fork’ of openui5 from GitHub – SAP/openui5
- a git repository on local machine cloned from the ‘fork’
- remotes configured – origin (which refers to the ‘fork’) and upstream (which refers to the SAP/openui5 repo)
take a look at this on how to setup a ‘upstream’ remote for the ‘fork’ |
then,
i used ‘git pull’ in the example above to update the local ‘master’ branch from the upstream repository.
you can also use ‘git fetch upstream’, ‘git checkout <branch name>’ and ‘git merge upstream/<branch name>’
Be the first to leave a comment
You must be Logged on to comment or reply to a post.