- 01:第一次作业提交的目录
- panda 用自己的名字新建文件间
- zuoye.py 作业的代码文件
- kk kk的目录
- zuoye.py 作业代码文件
- panda 用自己的名字新建文件间
第一次使用
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