This commit is contained in:
eazzy 2024-05-28 19:40:11 +08:00
commit 97eefa6aeb
8 changed files with 217 additions and 179 deletions

View File

@ -70,6 +70,11 @@ GitLink确实开源是CCF官方指定的开源创新服务平台旨在
<p>第三方服务使用及设置[3个文档]</p>
</a></article>
<article class="col col--6 margin-bottom--lg">
<a class="card padding--lg cardContainer" href="https://www.gitlink.org.cn/">
<h2 class="text--truncate cardTitle" title="回到主页">回到主页</h2>
<p>回到gitlink主界面开始探索</p>
</a></article>
<article class="col col--6 margin-bottom--lg">
<a class="card padding--lg cardContainer" href="/通知/通知简介">
<h2 class="text--truncate cardTitle" title="通知">通知</h2>
<p>通知简介及设置[2个文档]</p>

View File

@ -1,4 +1,25 @@
---
sidebar_label: '代码提交'
sidebar_position: 3
---
## GitLink 代码提交
- **提交者**geekchen
- **日期**2024.5.27
## 一、直接在网页上提交代码:
![](../../static/img/代码提交1.png)<br/>
**接着:**
![](../../static/img/代码提交2.png)<br/>
## 二、通过git将本地代码文件上传(可单个文件,可多个文件构成的文件夹) [非代码亦可上传]
**在对应目录下打开git bash,输入以下命令:**
git add +[你要提交的代码文件]
git commit -m "xxx" [xxx为你自己备注的提交信息]
git push
**示意图如下:**
![](../../static/img/代码提交3-1.png)<br/>

View File

@ -58,11 +58,6 @@ module.exports = {
position: 'left',
label: '帮助中心'
},
// {
// href: 'https://github.com/boxyhq',
// position: 'right',
// className: 'header-github-link',
// },
],
},
footer: {

17
static/img/gitee.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

BIN
static/img/github.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB