From f0b61e41bac11e04563aa3441f72dd9aec14c951 Mon Sep 17 00:00:00 2001
From: taynpg <taynpg@163.com>
Date: Tue, 3 Sep 2024 10:01:12 +0800
Subject: [PATCH] =?UTF-8?q?git:=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=94=B9master?=
 =?UTF-8?q?=E4=B8=BAmain?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 git-use.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/git-use.txt b/git-use.txt
index fa708d4..cc01b05 100644
--- a/git-use.txt
+++ b/git-use.txt
@@ -37,3 +37,6 @@ git log --oneline --abbrev-commit
 
 7.恢复某次提交删除的文件或者文件夹
 git checkout commitid -- /path/folder/to
+
+8.git更改分支master为main
+git branch -M main