We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69b765 commit 4142b8fCopy full SHA for 4142b8f
1 file changed
lib/src/cli/git_cli.dart
@@ -21,10 +21,6 @@ Make sure the remote exists and you have the correct access rights.''';
21
/// Git CLI
22
class Git {
23
/// 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.
28
static Future<void> reachable(Uri remote, {required Logger logger}) async {
29
try {
30
await _Cmd.run('git', [
0 commit comments