forked from Gitlink/gitlink_help_center
Compare commits
18 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
8e056e4748 | |
|
|
8b9ed90686 | |
|
|
08f6eda80f | |
|
|
6354fd06f9 | |
|
|
a02664bad9 | |
|
|
6eb58bdc1c | |
|
|
dc9ad20970 | |
|
|
0c605625ba | |
|
|
f604368668 | |
|
|
66b7e327d2 | |
|
|
28a77ce173 | |
|
|
5639fee441 | |
|
|
905b9c3925 | |
|
|
86ca850edd | |
|
|
34e76bac61 | |
|
|
a70e85e3e5 | |
|
|
3f515c55b7 | |
|
|
d11202ee40 |
|
|
@ -1,4 +1,26 @@
|
|||
|
||||
---
|
||||
sidebar_label: '代码提交'
|
||||
sidebar_position: 3
|
||||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# GitLink 代码提交
|
||||
|
||||
## 提交信息
|
||||
|
||||
- **提交者**:geekchen
|
||||
- **日期**:2024.5.27
|
||||
|
||||
## 一、直接在网页上提交代码:
|
||||
<br/>
|
||||
**接着:**
|
||||
<br/>
|
||||
## 二、通过git将本地代码文件上传(可单个文件,可多个文件构成的文件夹) [非代码亦可上传]
|
||||
**在对应目录下打开git bash,输入以下命令:**
|
||||
git add +[你要提交的代码文件]
|
||||
git commit -m "xxx" [xxx为你自己备注的提交信息]
|
||||
git push
|
||||
**示意图如下:**
|
||||
<br/>
|
||||
|
||||
## geekChen
|
||||
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 |
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
|
|
@ -0,0 +1,6 @@
|
|||
// geek Forever!
|
||||
for (int i = 0; i<=4; i*=2)
|
||||
{
|
||||
i--;
|
||||
}
|
||||
//dddddddddd
|
||||
Loading…
Reference in New Issue