fatal: The current branch get-a-quote/feature has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin get-a-quote/feature code example
Example: the current branch has no upstream branch error
git push -u main --all