menu
hooksman package
documentation
services/git/git_service.dart
GitService
add method
add method
dark_mode
light_mode
add
method
Future
<
void
>
add
(
List
<
String
>
filePaths
)
Implementation
Future<void> add(List<String> filePaths) async { await _git(['add', '--', ...filePaths]); }
hooksman package
documentation
services/git/git_service
GitService
add method
GitService class