Skip to content

Commit 3f23d24

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Python
22

3+
34
git clone https://github.com/Yonv1943/Python
45

56
git config --global user.email "178320049@qq.com"
67

78
git config --global user.name "Yonv"
89

910

11+
1012
git init
1113

1214
git add README.md
1315

1416
git commit -m "first commit"
1517

1618

19+
1720
git remote add origin git@github.com:Yonv1943/Python.git
1821

1922
git push -u origin master

0 commit comments

Comments
 (0)