I created a branch from a repository in GitHub . I worked on this branch creating your own commits . The branch is in the remote repository.
Meanwhile the master was evolving, developing code in master .
In principle, the master and branch developments are in different files.
I wanted to do a pull request, to join the branch code in the master. What is the best way to keep all files up to date?
Example of commits scheme:
A-B-C-D-E-F-G -> master
\ /
A-B-C -> mobile