Git

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$


 上一篇
第二天啦 第二天啦
Github 今天是进入兄弟会的第二天了,一天从早到晚一直坐在电脑面前。今天独自学习了github和git语句,真的很神奇,你要是坚持下来,就可以解决所有的问题,静下心来,努力学习,一天比一天优秀。加油!
2019-10-08 yangxin
下一篇 
Linux Linux
Linux简介编辑Linux是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和Unix的多用户、多任务、支持多线程和多CPU的操作系统。伴随着互联网的发展,Linux得到了来自全世界软件爱好者、组织、公司的支持。它除了在服
2019-10-08 Jhonathan
  目录