Future<void> checkout({ required String ref, }) async { final arguments = ['checkout', ref]; await executeCommand( arguments: arguments, ); }