Github
mkdir 123
cd 123
git init
git add .
git commit -m “”
git remote add origin /
git push origin master
##yangxin@yangxin-GK5S:~$ cd yangxin19970404.github.io
yangxin@yangxin-GK5S:~/yangxin19970404.github.io$ git add –all
yangxin@yangxin-GK5S:~/yangxin19970404.github.io$ git commit -m “commit”
[master 58ae19c] commit
3 files changed, 14 insertions(+), 13 deletions(-)
rename _posts/{2017-07-19-highlight-test.md => 2017-07-22-highlight-test.md} (100%)
delete mode 100644 “_posts/2018-07-20-diyitian(\345\244\215\344\273\266).md”
create mode 100644 “_posts/2055-1231-\344\270\273\351\241\265.md”
yangxin@yangxin-GK5S:~/yangxin19970404.github.io$ git push origin master
Username for ‘https://github.com': yangxin19970404
Password for ‘https://yangxin19970404@github.com':
对象计数中: 4, 完成.
Delta compression using up to 12 threads.
压缩对象中: 100% (4/4), 完成.
写入对象中: 100% (4/4), 542 bytes | 542.00 KiB/s, 完成.
Total 4 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/yangxin19970404/yangxin19970404.github.io
3626600..58ae19c master -> master
yangxin@yangxin-GK5S:~/yangxin19970404.github.io$ ^C
yangxin@yangxin-GK5S:~/yangxin19970404.github.io$