摘要: 1. Mac Terminal color for different types 在 ~ 先建立一个文件 ~/.bash_profile 加入下面的两行:export CLICOLOR=1export LSCOLORS=gxfxaxdxcxegedabagacad 阅读全文
posted @ 2016-03-09 22:42 枪侠 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 平时我们在使用git的时候,很少去关注其配置是如何,而在实际开发中,对git config这个命令的使用也并不是很多,但是配置对一个程序和项目来说都是很重要的,我们今天来看看git的配置以及git config的初步应用。 1. git config简介 我们知道config是配置的意思,那么git 阅读全文
posted @ 2016-03-09 11:23 枪侠 阅读(1891) 评论(0) 推荐(0) 编辑
摘要: To change the name and/or email address recorded in existing commits, you must rewrite the entire history of your Git repository. Warning: This action 阅读全文
posted @ 2016-03-09 10:50 枪侠 阅读(1233) 评论(0) 推荐(0) 编辑