addGitCredential abstract method
Adds/overwrites the caller's own git credential for host on nodeId.
Provide either pat (HTTPS token) or username+password.
Implementation
Future<DashboardActionResult> addGitCredential(
String nodeId, {
required String host,
String? pat,
String? username,
String? password,
});