doc: git-reset: fix a trivial typo
Signed-off-by: Štěpán Němec <stepnem@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
		
				
					committed by
					
						
						Junio C Hamano
					
				
			
			
				
	
			
			
			
						parent
						
							fd99e2bda0
						
					
				
				
					commit
					680b469e83
				
			@ -115,7 +115,7 @@ $ git pull git://info.example.com/ nitfol  <4>
 | 
				
			|||||||
in these files are in good order.  You do not want to see them
 | 
					in these files are in good order.  You do not want to see them
 | 
				
			||||||
when you run "git diff", because you plan to work on other files
 | 
					when you run "git diff", because you plan to work on other files
 | 
				
			||||||
and changes with these files are distracting.
 | 
					and changes with these files are distracting.
 | 
				
			||||||
<2> Somebody asks you to pull, and the changes sounds worthy of merging.
 | 
					<2> Somebody asks you to pull, and the changes sound worthy of merging.
 | 
				
			||||||
<3> However, you already dirtied the index (i.e. your index does
 | 
					<3> However, you already dirtied the index (i.e. your index does
 | 
				
			||||||
not match the HEAD commit).  But you know the pull you are going
 | 
					not match the HEAD commit).  But you know the pull you are going
 | 
				
			||||||
to make does not affect frotz.c or filfre.c, so you revert the
 | 
					to make does not affect frotz.c or filfre.c, so you revert the
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user