From 603479ec2758c4e7a4b97c4b14aea79fc5c962a8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 4 Sep 2024 21:18:27 +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 --- .../9.4\347\254\224\350\256\260/note.md" | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 "\351\273\204\351\233\252\350\212\254/9.4\347\254\224\350\256\260/note.md" diff --git "a/\351\273\204\351\233\252\350\212\254/9.4\347\254\224\350\256\260/note.md" "b/\351\273\204\351\233\252\350\212\254/9.4\347\254\224\350\256\260/note.md" new file mode 100644 index 0000000..ebe5157 --- /dev/null +++ "b/\351\273\204\351\233\252\350\212\254/9.4\347\254\224\350\256\260/note.md" @@ -0,0 +1,48 @@ +pull requses +# 一级标题 +## 二级标题 +*斜体* + +**粗体** + +***粗斜体*** +>此处引用 + +单个引用: +啊啊啊啊啊`嘿嘿`哈哈哈哈哈哈 + +多个引用: +```js +ttt + ddd + dcdsd + ``` +有序列表 +1. 列表 + 1. 表 + 2. 表 +2. 列表 +3. 列表 +无序列表 ++ 列表 + + 列表 + + 列表 + + 列表 ++ 列表 + - 列表 + - 列表 + - 列表 ++ 列表 + * 列表 + * 列表 + * 列表 + +git log + +git reset --hard 回到某一状态 + +表格 + +左对齐 居中 右对齐 + +| :- | :-: | -: | \ No newline at end of file -- Gitee