Just init the git repo and add *.
Hexo has already written the .gitignore to exlude the files you should not commit.
If there are .git inside theme, you shoud delete the .git folder or ignore it.
1 | git init |
Just init the git repo and add *.
Hexo has already written the .gitignore to exlude the files you should not commit.
If there are .git inside theme, you shoud delete the .git folder or ignore it.
1 | git init |