美文网首页
2018-07-15 第三天总结

2018-07-15 第三天总结

作者: Liar_f95f | 来源:发表于2018-07-15 18:09 被阅读0次

创建了码云

微信创建
账户为liar1314,密码为日常密码

创建项目,使用git

 sudo yum install git   //安装git
mkdir dev                   //创建dev文件夹
cd dev/                        //进入dev
  git clone https://gitee.com/liar1314/first_show.git      //链接到码上的创建项目
vi hello.py             //编辑一个py文件
python hello.py             //运用python跑一下
git add hello.py                //??
git status                          //??
 git config --global user.name ning     //上传代码名称
  git config --global user.email ning@.qq.com  //上传代码邮件
git commit -m 'first commit'             //??
git push origin master                  //??推到分支上?

安装了python3.7.0和学会使用了markdrown

相关文章

网友评论

      本文标题:2018-07-15 第三天总结

      本文链接:https://www.haomeiwen.com/subject/cynppftx.html