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?
PHP中文网2017-05-02 09:41:00
Pay attention to the commit in your picture, the next line will echo aborting commit due to empty commit message
黄舟2017-05-02 09:41:00
This prompt means that the current warehouse and the remote warehouse are already synchronized!