Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 521 Bytes

yx_python

some python scripts

cmd

git config --global user.name "your name" git config --global user.email "your email"

在自己电脑里找到自己所要上传的文件夹,右键Git Bash here

git init 其文件夹下会建立一个.git文件夹

git remote add origin [email protected]:你的账户/你的仓库名称.git 推荐先把两边同步下

git pull --rebase origin master git pull origin master git add . git commit -m 'first_commit' git push origin master

ssh-keygen -t rsa -C "[email protected]"