Copyright Digital Equipment Corp. All rights reserved.

RM

	Remove files matching pathspec from the index,
	or from the working tree and the index. git rm
	will not remove a file from just your working directory.
	
	Command Syntax:

		git rm [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch]
			[--quiet] [--pathspec-from-file=<file> [--pathspec-file-nul]]
			[--] [<pathspec>…​]