Sfoglia il codice sorgente

set pull to rebase

Casey DeLorme 1 settimana fa
parent
commit
3dd5e96f33
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      install/etc/skel/.gitconfig

+ 3 - 0
install/etc/skel/.gitconfig

@@ -7,6 +7,8 @@
 	ui = true
 [push]
 	default = simple
+[pull]
+	rebase = true
 [alias]
 	a = add
 	s = status -suall
@@ -15,3 +17,4 @@
 	sa = stash apply
 	l = !git log --graph --pretty=format:'%C(yellow)%h%Creset -%C(bold red)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
 	pp = !git pull && git push
+