Skip to content

Commit 522d797

Browse files
authored
Create README.md
1 parent b8a5f82 commit 522d797

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33

44
## 创建github新项目
55
1. 首先在本地
6-
'git init'
7-
git add -A
8-
git commit -m "Some thing"
6+
`git init`
7+
`git add -A`
8+
`git commit -m "Some thing"`
99

1010
2. 在github上新建仓库repository
1111
之后在本地项目中
12-
git remote add origin https://github.com/JpHu2017/IoA.git
13-
git push -u origin master
12+
`git remote add origin https://github.com/JpHu2017/IoA.git`
13+
`git push -u origin master`
1414

1515
##更新github项目
1616
1. 在本地项目中
17-
git pull origin master
17+
`git pull origin master`
1818
将项目从仓库中拉出
1919
2.在修改结束后,
2020
git add -A
21-
git commit -m "Some thing"
21+
`git commit -m "Some thing"`
2222
最后
23-
git push -u origin master
23+
`git push -u origin master`
2424
完成上传

0 commit comments

Comments
 (0)