My remotes are 'upstream', not 'origin'

I have an ERPNext instance installed with the easy install script and have noted that the remotes in ~/apps/erpnext aswell as ~/apps/frappe are upstream and not origin (as I would have expected.

I guess practically that makes no difference, so I could do a git remote rename upstream origin to adjust that, right? Or is the upstream on purpose and serves any greater good?

upstream is part of frappe/bench and it is required.

Any app installed with command bench get-app, will have remote upstream

ok, thanks for clarifying