Updating the branch from correct location

Hello;

I created a branch called travel for erpnext at my local machine and at my remote github account, and I can easily push to it. But when doing update, I need to update this branch from right github account and not the upstream. What I have to configure at my config file of the github? Below is my config file:

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote “upstream”]
url = GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)
fetch = +refs/heads/:refs/remotes/upstream/
[branch “master”]
remote = upstream
merge = refs/heads/master
[remote “origin”]
url = GitHub - bghayad/erpnext: Open Source ERP built for the web
fetch = +refs/heads/:refs/remotes/origin/

Regards
Bilal