How to unstage
This commit is contained in:
		@@ -20,3 +20,10 @@ If you want to save your https credentials run
 | 
				
			|||||||
git config --global credential.helper store
 | 
					git config --global credential.helper store
 | 
				
			||||||
Omit --global to set the identity only in this repository.
 | 
					Omit --global to set the identity only in this repository.
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Saving changes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					unstage by using
 | 
				
			||||||
 | 
					```shell
 | 
				
			||||||
 | 
					use "git reset HEAD <file>..." to unstage
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user