Skip to content

soulgo/xly1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xly1

Reboot 训练营第一期作业项目

git提交千万不要用-f参数,遇到报错可以问、

git提交千万不要用-f参数,遇到报错可以问、

git提交千万不要用-f参数,遇到报错可以问、

不要删除别人的代码!

目录结果

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

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

详细说明

2.命令行添加代码

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

后面添加代码,只需要下面三行即可
git add .
git commit -m "first commit"
git push 

About

训练营第一期

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%