Commands_note Posted on 2022-12-23 In Learn Views: Valine: A list of commonly used Git commands.12345678$ git init$ git add .$ git commit -m "commit_log"$ git remote -v$ git remote add origin git@..$ git push -f origin$ git pull origin$ git clone git@.. Make a note of some Hexo commands by the way.1234$ hexo clean$ hexo d$ hexo g$ hexo s