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.
git config
1 parent 5b2c840 commit ae946dbCopy full SHA for ae946db
xtask/src/cts.rs
@@ -80,7 +80,7 @@ pub fn run_cts(shell: Shell, mut args: Arguments) -> anyhow::Result<()> {
80
// clones may not have it. Eventually this can be removed.
81
if shell
82
.cmd("git")
83
- .args(["config", "get", "remote.origin.fetch"])
+ .args(["config", "--get", "remote.origin.fetch"])
84
.quiet()
85
.ignore_stdout()
86
.ignore_stderr()
@@ -91,7 +91,6 @@ pub fn run_cts(shell: Shell, mut args: Arguments) -> anyhow::Result<()> {
91
92
.args([
93
"config",
94
- "set",
95
"remote.origin.fetch",
96
"+refs/heads/gh-pages:refs/remotes/origin/gh-pages",
97
])
0 commit comments