зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-04 07:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			8 строки
		
	
	
		
			123 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 строки
		
	
	
		
			123 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
git blame <file>
 | 
						|
 | 
						|
    -w
 | 
						|
        ignore whitespaces
 | 
						|
 | 
						|
git log -L 6,13:<file>
 | 
						|
    log changes of certain lines of the <file>
 |