github下载与上传
下载:
cd到下载目录之后 clone
git clone https://github.com/zhudinghuan
上传:
cd到需要上传的目录(add commit push)
一: git add a.text
二: git commit -m “添加”
三:$ git push origin master
下载:
cd到下载目录之后 clone
git clone https://github.com/zhudinghuan
上传:
cd到需要上传的目录(add commit push)
一: git add a.text
二: git commit -m “添加”
三:$ git push origin master