摘要: git服务器的搭建是非常简单的。 1. 安装git 一般服务器都自带git。如果嫌版本低,可以选择卸载重装。我觉得自带的就够了。 2. 创建用户git 3. 创建authorized_keys文件 cd /home/git 要注意的是文件权限和所属用户。 (后续的git clone如果需要密码,很有 阅读全文
posted @ 2018-02-28 15:13 brady-wang 阅读(309) 评论(0) 推荐(0) 编辑
摘要: vim ./git/config last = log -l co = checkout ci = commit br = branch st = status lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow) 阅读全文
posted @ 2018-02-28 14:27 brady-wang 阅读(220) 评论(0) 推荐(0) 编辑