I am forking from
which results in
from where I clone it and checkout the branch (I am interested in) to my local machine.
My issue is that I would like to fetch the latest branch (master-1.2.x) from the remote repository (mantisbt/mantisbt) and merge it under the same branch the to my local repository.
Which would result in something like
How is this done?
UPDATE:
content is fetched with
and merged to currently checked out branch with
Github has an example of exactly this in their "fork a repo" help documentation.
git remote add upstream git://github.com/mantisbt/mantisbt 
// Assigns the original repo to a remote called "upstream"
git fetch upstream
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With