Explorar el Código

setup.sh: update git todo alias

pull/1/head
10sr hace 10 años
padre
commit
6d4edb4bbb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh Ver fichero

@@ -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"


Cargando…
Cancelar
Guardar