瀏覽代碼

Update git clean-p alias

pull/1/head
10sr 9 年之前
父節點
當前提交
dc1544caf1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh 查看文件

@@ -234,7 +234,7 @@ setup_gitconf(){
# $_gc alias.my-ls "ls-files | xargs ls"
# $_gc alias.ll "!git ls-files | xargs ls -l -CFG --color=auto --time-style=long-iso"
$_gc alias.addi "add -i"
$_gc alias.clean-p "!test -z \"\$(git status -s -uno)\""
$_gc alias.clean-p "diff --quiet"

# alias open-branch and close-branch, which will be useful for topic branch
# workflow


Loading…
取消
儲存