Skip to content

Latest commit

 

History

History
24 lines (9 loc) · 287 Bytes

README.md

File metadata and controls

24 lines (9 loc) · 287 Bytes

Python

git clone https://github.com/Yonv1943/Python

git config --global user.email "*@qq.com"

git config --global user.name "Yonv"

git init

git add README.md

git commit -m "first commit"

git remote add origin git@github.com:Yonv1943/Python.git

git push -u origin master