When I try to commit my project in PHPStorm’s Git plugin it’ll commit as shown below. But when I’m at this screen and I click Push it’ll then say “No changes detected” instead of pushing. Am I missing a step?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While using git in bash, when we want push to remote after first commit, we should use :
With this command, set a new upstream branch for a local branch, and push.
So I think, although I have not use this gui tool before, it need follow this rule.
And
Push current branch to alternative branchseems do exactly this. Also I think this can change the upstream branch for local branch in future.