0%

Commands_note

A list of commonly used Git commands.

1
2
3
4
5
6
7
8
$ 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.

1
2
3
4
$ hexo clean
$ hexo d
$ hexo g
$ hexo s