`
FZtree
  • 浏览: 105669 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

git global in c9.io

 
阅读更多
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
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics