您现在的位置:首页 >> 前端 >> 内容

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.gitin the local...

 

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  

 


Tags:PU UB BL LI 
作者:网络 来源:不详