Parcourir la Source

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

i.e. don't merge things when they don't have to be merged.
Lucas Stadler 11 ans auparavant
Parent
commit
fd7df02ace
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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