Coder Social home page Coder Social logo

actual-19-homework's Introduction

actual-19-homework

Reboot第19期实战班作业

git提交千万不要用-f参数,-f 会干掉别人的代码,遇到报错可以问、

git提交千万不要用-f参数,-f 会干掉别人的代码,遇到报错可以问、

git提交千万不要用-f参数,-f 会干掉别人的代码,遇到报错可以问、

不要删除别人的代码!

目录结果

  • lesson01:第一次作业提交的目录
    • woniu 用自己的名字新建文件间
      • zuoye.py 作业的代码文件
    • kk kk的目录
      • zuoye.py 作业代码文件

1.桌面软件添加代码(推荐初学者)

详细说明

2.命令行添加代码

第一次使用
git clone https://github.com/51reboot/actual-19-homework.git
cd actual-19-homework
mkdir woniu
echo  print 123 >> woniu/zuoye.py
git add .
git commit -m "first commit:joy:"
git push

后面添加代码,只需要下面几行即可
git pull # 在提交作业之前,记得一定要先git pull拉取仓库最新代码后,方可提交。
git add .
git commit -m "first commit"
git push 

3.Pycharm如何拉取和提交代码

配置git: 菜单settings-version control-git 填入git程序路径,点测试出版本号就成功。

拉代码:菜单:VCS-CHECKOUT FORM VERSION CTL 填入https://github.com/51reboot/actual-19-homework.git 拉取 linux有文件夹权限问题

提交代码:1.点git小对号 commit或 ctrl+k 提交到本地 2.点击菜单-vcs-git-push 提交到github

actual-19-homework's People

Contributors

heyemmby avatar 1limingming1 avatar luxiaoxin118 avatar zhengyscn avatar zhengyansheng avatar pangya67 avatar nicksors avatar iteemo avatar kaiyuanshijie avatar qianlong03 avatar yanyupan avatar wangyouwei2016 avatar gin2010 avatar obitolsy avatar wudi19890518 avatar zhangjinqi1216 avatar liangjian5 avatar yuanye60 avatar whmanageworld avatar usersonnny avatar fandy0802 avatar derekhe01 avatar afeiji avatar ourshappiness avatar haoshangoog avatar stonesuu avatar 1994liqi avatar shouwz avatar 90linux avatar sanpangzi424 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.