下载:
cd ~/work_path
git clone url
上传:
cd ~/work_path
git add .
git commit -m "commit"
git push
下载:
cd ~/work_path
git clone url
上传:
cd ~/work_path
git add .
git commit -m "commit"
git push

被折叠的 条评论
为什么被折叠?