diff --git a/docs/代码库管理/代码提交.md b/docs/代码库管理/代码提交.md index 5c810d1..71f2b89 100644 --- a/docs/代码库管理/代码提交.md +++ b/docs/代码库管理/代码提交.md @@ -1,4 +1,26 @@ ---- -sidebar_label: '代码提交' -sidebar_position: 3 ---- \ No newline at end of file + +--- +sidebar_label: '代码提交' +sidebar_position: 3 +--- + +# GitLink 代码提交 + +## 提交信息 + +- **提交者**:geekchen +- **日期**:2024.5.27 + +## 一、直接在网页上提交代码: +![](../../static/img/代码提交1.png)
+ **接着:** +![](../../static/img/代码提交2.png)
+## 二、通过git将本地代码文件上传(可单个文件,可多个文件构成的文件夹) [非代码亦可上传] +**在对应目录下打开git bash,输入以下命令:** +git add +[你要提交的代码文件] +git commit -m "xxx" [xxx为你自己备注的提交信息] +git push +**示意图如下:** +![](../../static/img/代码提交3-1.png)
+ +## geekChen \ No newline at end of file