目录
实验说明文档:http://10.1.129.170:8000/
实验gitlab项目:Projects · Dashboard · GitLab
clone项目
首先fork项目,在clone
git clone http://172.20.110.104:28080/TomSawyer/lab3.git
git上传文件
git config --global user.email "1419316331@qq.com"
git config --global user.name "TomSawyer"
giit add .(中间空格)
git commit -m "hh"
git push