您的位置:首页 > 编程语言

public the local git repository to github

2013-11-08 14:17 399 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐