From 59855ce638d44b1d8682d5f51b33e449d349e8cb Mon Sep 17 00:00:00 2001 From: asd <374367073@qq.com> Date: Mon, 19 Apr 2021 10:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitceshi.md | 0 note.md | 14 +++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 gitceshi.md diff --git a/gitceshi.md b/gitceshi.md new file mode 100644 index 0000000..e69de29 diff --git a/note.md b/note.md index 02c93cb..e1ac1df 100644 --- a/note.md +++ b/note.md @@ -4,4 +4,16 @@ 2. 内联样式 style 3. 外部样式 link -css 使用的第一步是初始化样式 用 * (通配符) \ No newline at end of file +css 使用的第一步是初始化样式 用 * (通配符) + + +新建仓库 +打开要上传的文件夹,打开code,点击第三个图标 +初始化 +连接远程库git remote add origin(仓库标志) 链接(克隆下的那个链接) +拉取:git pull origin master(分支名) +验证身份:用户名和密码 +提交:点击对号或者是Ctrl+回车 +推送:点击小云彩 +验证身份 +