git上传github上

1、git init --初始化git   (选择文件夹)
2、git add README  --添加项目(项目的文件夹)
3、git commit -m "SSM(360)"   (项目的信息提示)
4、git remote rm origin  --移除文件夹的上传路径。
5\git@github.com:yourName/yourRepo.git
6、 git push origin master   上传
 
posted @ 2016-07-11 14:29  呵呵|java  阅读(134)  评论(0编辑  收藏  举报