站内搜索:
首页 >> 前端 >> 内容
public the local git repository to github

时间:2013/11/11 15:08:24

 

in the website, add a new git repository, like: git@github.com:karlzheng/mp3repeater.git

in the local git repository dir, exec the below commands:

 
git remote add origin git@github.com:karlzheng/mp3repeater.git  
  
git push -u origin master  

 


  • 上一篇:推荐一款极优秀的Sublime Text插件FileHeader
  • 下一篇:web 打开pdf文件
  • 返回顶部