mirror of
				https://github.com/sahinakkaya/til.git
				synced 2025-07-17 14:01:49 +03:00 
			
		
		
		
	TIL: Removing a git config option
This commit is contained in:
		
							
								
								
									
										4
									
								
								git/removing-a-git-config-option
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								git/removing-a-git-config-option
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					You can use `--unset` flag to unset your config variable.
 | 
				
			||||||
 | 
					git config --local --unset user.name
 | 
				
			||||||
 | 
					git config --global --unset user.name
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Reference in New Issue
	
	Block a user