From b0aa194de40077e73a6449ea1ec4b18b1d8bf8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=98=89=E7=8E=B2?= <14091858+softwork-wjl@user.noreply.gitee.com> Date: Wed, 4 Sep 2024 21:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\345\220\264\345\230\211\347\216\262/one.md" | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 "\345\220\264\345\230\211\347\216\262/one.md" diff --git "a/\345\220\264\345\230\211\347\216\262/one.md" "b/\345\220\264\345\230\211\347\216\262/one.md" new file mode 100644 index 0000000..55f47ac --- /dev/null +++ "b/\345\220\264\345\230\211\347\216\262/one.md" @@ -0,0 +1,11 @@ +# 第一次笔记 +1. 远程班级fork到远程个人clone本地仓库 +2. cmd要的盘再cd+tab +3. 再clone地址 +4. 写完笔记后在vscode: +5. git add . + 1. git status查看状态 + 2. git commit -m "备注" + 3. git push +6. 交到本地仓库后在老胡仓库pr +7. pr创建后填写标题然后创建 \ No newline at end of file -- Gitee