From 1ef43b468903f5ecec4a71c101c75f946d19f4c8 Mon Sep 17 00:00:00 2001 From: "lion.chan" Date: Sat, 25 Sep 2021 09:51:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=88=86=E6=94=AF=E9=87=8D?= =?UTF-8?q?=E5=91=BD=E5=90=8D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lion.chan --- Software/Applications/Git/Git_使用说明.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Software/Applications/Git/Git_使用说明.md b/Software/Applications/Git/Git_使用说明.md index fe056bf..9d0be74 100644 --- a/Software/Applications/Git/Git_使用说明.md +++ b/Software/Applications/Git/Git_使用说明.md @@ -168,6 +168,12 @@ git branch -a git checkout ``` +使用以下命令修改分支名称: + +```bash +git branch -m +``` + 推送本地指定分支到远程指定分支,如果远程分支不存在则创建: ```bash