Skip to content

Commit 1af2e8d

Browse files
committed
20170725
1 parent 65665a1 commit 1af2e8d

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

WEEK1/DAY1/README.MD

Whitespace-only changes.

WEEK1/DAY1/note.txt

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,26 @@ git / gitHub
6969
$ git push origin master 把本地仓库历史区中的内容(包含提交的记录)都有更新到远程仓库(ORIGIN对应的远程仓库)的MASTER主分支下 =>此处应该叫做同步,这样比提交叫法准确,因为在每一PUSH后,不仅仅是代码推送到远程仓库中,而且本地新增加的项目版本记录也都同步到了远程仓库上
7070

7171

72+
======================================
73+
Mark Down:
74+
技术人员编写技术文档的一个新神器(一种新的语法),使用MD编写技术文档,不需要考虑样式和HTML结构等
75+
76+
编写MD的开发工具:
77+
1、WS中安装MD插件 (不推荐)
78+
79+
2、马克飞象 (推荐)
80+
专门为印象笔记打造的一款MD的开发工具,我们可以使用印象笔记的账号登录马克飞象,在马克中编辑的文件会同步到印象笔记中
81+
https://maxiang.io/ (网页版的)
82+
https://pan.baidu.com/s/1sl7tx29#list/path=%2F (下载桌面版的)
83+
84+
85+
86+
87+
88+
89+
90+
91+
7292

7393

7494

@@ -77,6 +97,3 @@ git / gitHub
7797

7898

7999

80-
.git-credentials
81-
https://{username}:{password}@github.com
82-
git config –global credential.helper store

0 commit comments

Comments
 (0)