Copyright Digital Equipment Corp. All rights reserved.

RESTORE

	Restore specified paths in the working tree with
	some contents from a restore source. If a path is
	tracked but does not exist in the restore source,
	it will be removed to match the source.

	Command Syntax:

		git restore [<options>] [--source=<tree>] [--staged]
			[--worktree] [--] <pathspec>…​
		git restore [<options>] [--source=<tree>] [--staged]
			[--worktree] --pathspec-from-file=<file> [--pathspec-file-nul]
		git restore (-p|--patch) [<options>] [--source=<tree>] [--staged]
			[--worktree] [--] [<pathspec>…​]