Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
D_Chia
Active Participant
0 Kudos

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>'