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.
but there is no update code in repository.
what is the reason, please?
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.
but there is no update code in repository.
what is the reason, please?
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?
Previous: Write on a closed net.Conn but returned nil error
Next: The django foreign key attribute name is different from the name in the database.