>git push -set-upstream origin mybranch
>git push
fatal: The current branch mybranch has no upstream branch.
To push the current branch and set the remote as upstream, use
git push –set-upstream origin mybranch
>git push –set-upstream origin mybranch
GIPHY App Key not set. Please check settings