
git
夜风雪
从事android框架开发工作
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git服务器搭建过程
git服务器搭建过程 参考网上资料搭建git服务器过程记录 如下: 需求 硬件需求:一台Ubuntu或者debian电脑(虚拟机),能通过网络访问到。 软件需求:git-core, gitosis, openssh-server, openssh-client, Apache2(Gitweb) 安装配置git服务器 安装git和openssh: a@server:~$ sudo转载 2013-11-10 17:36:38 · 691 阅读 · 0 评论 -
第一次搭建自己的GIT
因项目需要搭建自己的git 1、sudo apt-get update sudo apt-get upgrade (参考文档 中说要执行 sudo apt-get install openssh-server 我本地以前 执行过 sudo apt-get install ssh,经常用ssh,所以执行时,提示已装安装) 2、个人比较懒,ssh/sshd_con转载 2013-11-10 17:35:23 · 755 阅读 · 0 评论 -
伊诺ET-33夹式校(音器吉他/贝司/小提琴/尤克里里 使用
这是乐器接换的意思 1. C: Chromatic(十二平均律) 2. G: Guitar(吉他) 3. B: Bass(贝司) 4. V: Violin(小提琴) 5. U: Ukulele(乌克丽丽) 要调整吉他, 就选G吧!!转载 2014-02-24 20:29:34 · 1209 阅读 · 0 评论 -
让 git输出颜色变成彩色的方法
alec@PC$ git config --global color.status auto alec@PC$ git config --global color.diff auto alec@PC$ git config --global color.branch auto alec@PC$ git config --global color.interactive auto转载 2014-11-01 13:18:40 · 2491 阅读 · 0 评论