This commit is contained in:
asd
2021-04-19 10:54:25 +08:00
parent 794af9eef9
commit 59855ce638
2 changed files with 13 additions and 1 deletions

0
gitceshi.md Normal file
View File

14
note.md
View File

@@ -4,4 +4,16 @@
2. 内联样式 style 2. 内联样式 style
3. 外部样式 link 3. 外部样式 link
css 使用的第一步是初始化样式 用 * (通配符) css 使用的第一步是初始化样式 用 * (通配符)
新建仓库
打开要上传的文件夹打开code,点击第三个图标
初始化
连接远程库git remote add origin(仓库标志) 链接(克隆下的那个链接)
拉取git pull origin master分支名
验证身份:用户名和密码
提交点击对号或者是Ctrl+回车
推送:点击小云彩
验证身份