зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-30 21:26:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			10 строки
		
	
	
		
			349 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 строки
		
	
	
		
			349 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| git commit
 | |
|     -m <descr>
 | |
|         -a stage all the previously staged files/content (not including a new files)
 | |
|     --amend
 | |
|         open the $EDITOR and fix the latest commit message of the previous commit
 | |
|     --amend --no-edit
 | |
|         the same but without editing the latest commont message
 | |
|     --allow-empty
 | |
|         allow commit with empty changes
 | 
