提交 8f20e47d 编写于 作者: F feilong

增加VSCode+Git

上级 982b6a70
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
], ],
"keywords_forbid": [], "keywords_forbid": [],
"export": [ "export": [
"install_git.json",
"create_repo.json", "create_repo.json",
"first_commit.json",
"install_vscode.json", "install_vscode.json",
"install_git.json" "first_commit.json"
] ]
} }
\ No newline at end of file
# 在GitCode上创建一个Git仓库 # 极简 Git+VSCode for Mac(2): 在GitCode上创建一个Git仓库
**第1步:登陆GitCode** **第1步:登陆GitCode**
......
# 使用VSCode添加MarkDown文件到Git仓库 # 极简 Git+VSCode for Mac(4): 使用VSCode添加MarkDown文件到Git仓库
如图所示,在VSCode的左侧导航列表里,使用右键菜单新建一个目录:doc,并在doc目录下新建一个MarkDown文件`test.md` 如图所示,在VSCode的左侧导航列表里,使用右键菜单新建一个目录:doc,并在doc目录下新建一个MarkDown文件`test.md`
......
# Mac下配置Git # 极简 Git+VSCode for Mac(1): 安装Git
**第一步,请执行以操作打开Mac下的终端。** **第一步,请执行以操作打开Mac下的终端。**
......
# Mac下安装VSCode并打开Git仓库 # 极简 Git+VSCode for Mac(3): 安装VSCode并打开Git仓库
1. 打开 https://code.visualstudio.com/ 下载 VSCode Mac版 1. 打开 https://code.visualstudio.com/ 下载 VSCode Mac版
2. 解压 VSCode-darwin-universal.zip,得到 Visual Studio Code.app 2. 解压 VSCode-darwin-universal.zip,得到 Visual Studio Code.app
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册