您的位置:首页 > 其它

git global in c9.io

2015-10-08 00:42 459 查看
gitlab 添加用户 c9(可创建group)
c9 添加c9.io默认的id_rsa.pub
c9 创建Group "c9.io"
c9 创建project "hello_app"
$ git config --global user.name "+ri"
$ git config --global user.email "+ri@c9.io"
$ git config --global push.default matching
$ git config --global alias.ch checkout
$ ...
$ git remote add origin git@git.+ri.com:c9-io/hello_app.git
$ git push origin master
阅读更多
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐