# themes/next目录下,完成编辑修改后 $ git status On branch master Your branch is up to date with 'origin/master'.
Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: _config.yml
no changes added to commit (use "git add" and/or "git commit -a")
$ git add .
$ git commit -m "Had modified something." [master a9a65d4] Had modified something. 1 file changed, 1 insertion(+), 1 deletion(-) $ git push Enumerating objects: 5, done. Counting objects: 100% (5/5), done. Delta compression using up to 12 threads Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 306 bytes | 306.00 KiB/s, done. Total 3 (delta 2), reused 0 (delta 0), pack-reused 0 remote: Resolving deltas: 100% (2/2), completed with 2 local objects. To https://github.com/YaoHuanyu/hexo-theme-next.git d24c48e..a9a65d4 master -> master