瀏覽代碼

setup.sh: update git todo alias

pull/1/head
10sr 10 年之前
父節點
當前提交
6d4edb4bbb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh 查看文件

@@ -244,7 +244,7 @@ git checkout master && git merge --no-ff --stat --verbose -'"
$_gc alias.o "$_git_open_branch"
$_gc alias.c "$_git_close_branch"

$_gc alias.todo "grep -E -i 'todo:|note:|fixme:'"
$_gc alias.todo "grep -nH -E -i 'todo:|note:|fixme:'"

#$_gc alias.wc "!git ls-files -z | xargs -0 wc"
# $_gc push.default "simple"


Loading…
取消
儲存