Chinaunix首页 | 论坛 | 博客
  • 博客访问: 71214
  • 博文数量: 13
  • 博客积分: 270
  • 博客等级: 二等列兵
  • 技术积分: 135
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-29 09:29
文章分类

全部博文(13)

文章存档

2020年(1)

2017年(4)

2016年(1)

2013年(1)

2012年(3)

2011年(1)

2010年(2)

我的朋友

分类: 系统运维

2020-05-04 01:05:11



git config --global user.name your_user_name
git config --global user.email your_email_address

ssh-keygen -t rsa  // 1.file location  2.password

cat ~/.ssh/id_rsa.pub  // show the public key

// add the public key to remote git server


// For Gerrit
$ curl -Lo /.git/hooks/commit-msg /tools/hooks/commit-msg
$ chmod u+x ~/duhproject/.git/hooks/commit-msg

阅读(7215) | 评论(0) | 转发(0) |
0

上一篇:ARM学习笔记--基础篇

下一篇:没有了

给主人留下些什么吧!~~