$ git push
fatal: The current branch render-performance has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin render-performance
So why doesn't git have a shorthand command for that? This is likely what you want to do anyway.