随笔分类 -  GIT/SVN

摘要:后面的项目不用添加ssh keys, 直接在项目下设置合作者(Collaborators), 搜索出去加进去即可免密码传代码。 阅读全文
posted @ 2016-03-11 13:33 tommy.yu 阅读(820) 评论(0) 推荐(0)
摘要:发现.git/config 中新增了一行: ref: http://blog.sina.com.cn/s/blog_630bf12f01011r83.html 阅读全文
posted @ 2015-06-29 09:26 tommy.yu 阅读(666) 评论(0) 推荐(0)
摘要:默认情况下,没有颜色。 https://www.centos.org/docs/2/rhl-gsg-en-7.2/ls-color.html git也默认没有颜色,破解如下: https://git-scm.com/book/tr/v2/Customizing-Git-Git-Configurati 阅读全文
posted @ 2015-06-01 10:19 tommy.yu 阅读(1133) 评论(0) 推荐(0)
摘要:http://www.ruanyifeng.com/blog/2012/07/git.html https://www.digitalocean.com/community/tutorials/how-to-use-git-branches 阅读全文
posted @ 2015-06-01 08:37 tommy.yu 阅读(155) 评论(0) 推荐(0)
摘要:最近准备给同事培训git,发现了一个不错的资源,在这里:http://www.gitguys.com/topics/creating-a-shared-repository-users-sharing-the-repository/ 原文如下,有空再译: ommands discussed in t 阅读全文
posted @ 2015-04-01 15:26 tommy.yu 阅读(505) 评论(0) 推荐(0)
摘要:参考:https://www.digitalocean.com/community/tutorials/how-to-set-up-a-private-git-server-on-a-vps http://git-scm.com/book/en/v2/Git-on-the-Server-Settin 阅读全文
posted @ 2015-03-26 10:03 tommy.yu 阅读(258) 评论(0) 推荐(0)
摘要:raw text for ssh: git@github.com:TommyU/avbot_config.git git command on linux: git clone git://github.com/TommyU/avbot_conf.git 阅读全文
posted @ 2014-08-18 17:23 tommy.yu 阅读(145) 评论(0) 推荐(0)