Also useful:
| 
					 1  | 
						git rm -r --cached *  | 
					
That will recursively remove every file from the index (files staged for commit).
Also useful:
| 
					 1  | 
						git rm -r --cached *  | 
					
That will recursively remove every file from the index (files staged for commit).