Future<void> add(List<String> filePaths) async { await process.run('git', ['add', '--', ...filePaths]); }