1.背景
git管理远程仓库,本文以github为例。
2.管理远程仓库
1.本地ssh认证,在github建立一个repo叫做ospaf-GetWordFre
2.添加远程仓库,可以用git remote 命令实现,o是仓库名,可以用git remote -v查看
git remote add o git://github.com/jimenbian/ospaf-GetWordFre.git
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jimenbian/Maximum-Likelihood.git
git push -u origin master
/********************************
* 本文来自博客 “李博Garvin“
* 转载请标明出处:http://blog.csdn.net/buptgshengod
******************************************/