This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
raylu
/
dotfiles
Seguir
1
Destacar
0
Fork
0
Ficheiros
Pull Requests
0
Explorar o código
gitconfig: always prune when fetching
raylu
%!s(int64=9) %!d(string=hai) anos
pai
adb2ab0367
achega
992ea8335d
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
3
0
gitconfig
+ 3
- 0
gitconfig
Ver ficheiro
@@ -43,6 +43,9 @@
[rerere]
enabled = true
+[fetch]
+ prune = true
+
[push]
default = upstream