It is invalid for Pycharm to submit code to Github.

I successfully created a repository, in Github and submitted the code.
but when I update the code and do the commit operation, the log display is successful.

clipboard.png

but there is no update code in repository.

what is the reason, please?

Mar.28,2021

commit is not submitted to the remote warehouse, but push is submitted to the remote warehouse

it is recommended that you first take a look at the documentation to understand the basic flow and commands


do you want to git push to remote repo? when commit is finished?

Menu