浏览代码

Add git px alais

master
10sr 4 年前
父节点
当前提交
6d19259a1b
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile 查看文件

@@ -309,6 +309,7 @@ endif
$(git_conf) tag.forceSignAnnotated true

$(git_conf) alias.graph "log --graph --date-order -C -M --pretty=tformat:\"%C(green)%h%C(reset) %C(white)%ad%C(reset) %C(red)%an%C(reset)%C(yellow)%d%C(reset) %C(white bold)%s%C(reset)\" --date=short -n 499"
$(git_conf) alias.px "log -p -G" # pickaxe
$(git_conf) alias.st "status -s -b"
$(git_conf) alias.b "branch"
$(git_conf) alias.sb "show-branch"


正在加载...
取消
保存