From 9b44886ccb0e0b5486fbaad54c9b9ac216f2a6a6 Mon Sep 17 00:00:00 2001 From: suneshone <867566815@qq.com> Date: Mon, 11 Dec 2023 13:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Home?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Home.md b/Home.md index ccf1e13..2c933c2 100644 --- a/Home.md +++ b/Home.md @@ -6,7 +6,14 @@ ### 常用指令 +#### 初始化仓库 + ```shell git init ``` +#### 查看哪些文件处于什么状态 + +```shell + git status +```