git-restore (1) Linux Manual Page
git-restore – Restore working tree files Synopsisgit 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>…]DescriptionRestore specified paths in the working tree with some contents from a restore source. If a path is tracked but does not exist in the…
