java面向对象要求实现的PBL项目之RandomCall随机点名 使用swing和awt进行gui开发
上传代码
cd 文件夹名
git init
git remote add origin https://codeup.aliyun.com/66f0d199c06a2fdac7bc39f8/p1.git
git add .
git commit -m "你的提交信息"
git push -u origin master
克隆库到本地
cd 文件夹名
git clone https://codeup.aliyun.com/66f0d199c06a2fdac7bc39f8/p1.git
上传更新
先cd到 D:\WorkSpace\Java demo\Study\PBL programe
git pull origin master
git add .
git commit -m "提交信息"
git push origin master
"# PBL-Progarme--RandomCall"