2019独角兽企业重金招聘Python工程师标准>>>
一、 在你的github上创建一个Repositories
二、 使用git clone把你的Repositories克隆下来
三、 git config --global user.name "yourname"
四、 git config --global user.email " yourname @163.com"
五、 git config –list
六、 把你要上传的文件做好然后执行git add *
七、 git commit -m "your message "
八、 git config --global push.default master
九、 git push