From c9d4bef6dd14bde2c8a3a804313dd966b0c6e7a5 Mon Sep 17 00:00:00 2001
From: xy0dls <2153766822@qq.com>
Date: Thu, 27 Mar 2025 01:03:32 +0800
Subject: [PATCH] update_note
---
Note/TortoiseGit食用.md | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/Note/TortoiseGit食用.md b/Note/TortoiseGit食用.md
index 3e171c3..3a942ac 100644
--- a/Note/TortoiseGit食用.md
+++ b/Note/TortoiseGit食用.md
@@ -1,7 +1,21 @@
使用Git以及头歌平台进行分布式协同开发
-# 一、使用TortoiseGit
+# 一、使用TortoiseGit操作仓库
## 克隆仓库至本地(git clone )
-
\ No newline at end of file
+选定好本地仓库目录后,使用TortoiseGit将项目克隆至本地
+
+
+
+## 添加或修改文件并添加至缓存区(git commit)
+
+选中变更的内容并且添加对应的日志,最后提交,变更的内容则进入缓存区
+
+
+
+## 推送内容至远程仓库(git push)
+
+* 直接接着上一步进行操作点击推送
+
+
\ No newline at end of file