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 "[email protected]"
$ 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

猜你喜欢

转载自fztree.iteye.com/blog/2247478
今日推荐