Skip to content

Commit 0bc5ff8

Browse files
committed
update README.md
1 parent db5a2d9 commit 0bc5ff8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Python
22

33
git clone https://github.com/Yonv1943/Python
4+
45
git config --global user.email "178320049@qq.com"
5-
git config --global user.name "Yonv"
66

7+
git config --global user.name "Yonv"
78

89

910
git init
11+
1012
git add README.md
13+
1114
git commit -m "first commit"
1215

1316

1417
git remote add origin git@github.com:Yonv1943/Python.git
18+
1519
git push -u origin master
1620

21+

0 commit comments

Comments
 (0)