Explorar el Código

~/.gitconfig: use `--ff-only` for pulls automatically

i.e. don't merge things when they don't have to be merged.
Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
fd7df02ace
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .gitconfig

+ 2 - 0
.gitconfig

@ -30,3 +30,5 @@
30 30
	insteadOf = p0n:
31 31
[push]
32 32
	default = simple
33
[pull]
34
	ff = only