use merge instead of rebase
This commit is contained in:
		
							parent
							
								
									77afc25acd
								
							
						
					
					
						commit
						ff78383e6d
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -23,7 +23,7 @@ in { | ||||||
|       lfs = enabled; |       lfs = enabled; | ||||||
|       extraConfig = { |       extraConfig = { | ||||||
|         init = {defaultBranch = "main";}; |         init = {defaultBranch = "main";}; | ||||||
| 	pull = {rebase = true;}; | 	pull = {rebase = false;}; | ||||||
|         push = {autoSetupRemote = true;}; |         push = {autoSetupRemote = true;}; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
|  | @ -27,7 +27,7 @@ in { | ||||||
|       lfs.enable = true; |       lfs.enable = true; | ||||||
|       config = { |       config = { | ||||||
|         init = {defaultBranch = "main";}; |         init = {defaultBranch = "main";}; | ||||||
| 	pull = {rebase = true;}; | 	pull = {rebase = false;}; | ||||||
|         push = {autoSetupRemote = true;}; |         push = {autoSetupRemote = true;}; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 christoph.hollizeck
						christoph.hollizeck