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+回车 +推送:点击小云彩 +验证身份 +