8000 GitHub - liangjian5/actual-19-homework: 51Reboot19期运维自动化班
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liangjian5/actual-19-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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 

About

51Reboot19期运维自动化班

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0