git add --all git commit -m 'commit' git push -u origin gh-pages
The command is correct, but why can’t it achieve the expected effect?
光阴似箭催人老,日月如移越少年。
-m cannot be empty
Pay attention to the commit in your picture, the next line will echo aborting commit due to empty commit message
aborting commit due to empty commit message
This prompt means that the current warehouse and the remote warehouse are already synchronized!
-m cannot be empty
Pay attention to the commit in your picture, the next line will echo
aborting commit due to empty commit message
This prompt means that the current warehouse and the remote warehouse are already synchronized!