Skip to content

Commit 4142b8f

Browse files
Apply suggestion from @marcossevilla
1 parent a69b765 commit 4142b8f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/src/cli/git_cli.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ Make sure the remote exists and you have the correct access rights.''';
2121
/// Git CLI
2222
class Git {
2323
/// Determine whether the [remote] is reachable.
24-
///
25-
/// The check honors `url.<base>.insteadOf` git config overrides by passing
26-
/// `--get-url` to `git ls-remote`, mirroring how the actual pull would
27-
/// resolve the remote.
2824
static Future<void> reachable(Uri remote, {required Logger logger}) async {
2925
try {
3026
await _Cmd.run('git', [

0 commit comments

Comments
 (0)