Explorar el Código

Merge branch 'allowff'

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

+ 1
- 1
setup.sh Ver fichero

@@ -141,7 +141,7 @@ setup_gitconf(){
# workflow
_git_open_branch="checkout -b"
_git_close_branch="!sh -cx 'git stash && \
git checkout master && git merge --no-ff -'"
git checkout master && git merge -'"
$_gc alias.open-branch "$_git_open_branch"
$_gc alias.close-branch "$_git_close_branch"
$_gc alias.o "$_git_open_branch"


Cargando…
Cancelar
Guardar