Skip to content

Commit 62769e5

Browse files
authored
Merge pull request onlyliuxin#293 from BlindingDark/master
增加readme内容
2 parents 8544a28 + c5a5ff4 commit 62769e5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

students/844620174/readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# 新上传的内容
2-
123
2+
### Git 命令行使用
3+
git 拉取主仓库步骤
4+
1. fork
5+
2. clone
6+
3. 上传代码
7+
8+
git 上传代码分为三步
9+
1. 新增文件 add
10+
1. 本地提交 commit
11+
1. 远程提交 push
12+
13+
更新代码
14+
使用 git pull 命令

0 commit comments

Comments
 (0)