all repos — nixfiles @ 449b3d3254ef5c2fc17af1c5bc2dcf0644467d19

System and user configuration, managed by nix and home-manager

git: rebase by default, except on master
Alan Pearce alan@alanpearce.eu
Wed, 06 Mar 2019 15:47:42 +0000
commit

449b3d3254ef5c2fc17af1c5bc2dcf0644467d19

parent

e4fcc9c855fa89fda8d077c3bb353c719a4767eb

1 files changed, 7 insertions(+), 2 deletions(-)

jump to
M git/.config/git/configgit/.config/git/config
@@ -7,6 +7,8 @@ branch = auto 	diff = auto
 	status = auto
 	ui = true
+[pull]
+  rebase = true
 [push]
 	default = current
   followTags = true
@@ -16,7 +18,6 @@ st = status -sb 	ci = commit
 	br = branch
 	co = checkout
-	ready = rebase -i @{u}
 	lasttag = "!sh -c 'git tag --sort=version:refname | grep \"^v\\?[0-9]\" | tail -n1'"
 	pending = "!sh -c 'git log --oneline --grep=\"#\" ...$(git lasttag)'"
 	lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an> %Cred%d%Creset'
@@ -52,4 +53,8 @@ program = gpg 
 [merge "npm-merge-driver"]
 	name = automatically merge npm lockfiles
-	driver = npx npm-merge-driver merge %A %O %B %P+	driver = npx npm-merge-driver merge %A %O %B %P
+[remote]
+	autoSetupMerge = always
+[branch "master"]
+	rebase = false