git

git clone http://github
///copy files//
git add .
git commit -m 'what you say'
git push

//如果是新项目
git remote add origin http://github
git push -u origin master

posted @ 2020-03-20 16:43  comeluder  阅读(84)  评论(0编辑  收藏  举报