摘要: 格式化Log输出 首先,这篇文章会展示几种git log格式化输出的例子。大多数例子只是通过标记向git log请求或多或少的信息。 如果你不喜欢默认的git log格式,你可以用git config的别名功能来给你想要的格式创建一个快捷方式。 Oneline --oneline标记把每一个提交压缩 阅读全文
posted @ 2015-12-25 20:23 Magnum Programm Life 阅读(4567) 评论(0) 推荐(1) 编辑
摘要: shell中截取字符串的方法有很多中,${expression}一共有9种使用方法。${parameter:-word}${parameter:=word}${parameter:?word}${parameter:+word}上面4种可以用来进行缺省值的替换。${#parameter}上面这种可以... 阅读全文
posted @ 2015-12-25 17:19 Magnum Programm Life 阅读(368) 评论(0) 推荐(0) 编辑