Future<GitResult> gitRestore(List<String> paths, {bool staged = false}) => adapter.gitRestore(paths, staged: staged);