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 fee0ef1 commit 4883eb1Copy full SHA for 4883eb1
gitoxide-core/src/repository/remote.rs
@@ -222,7 +222,7 @@ mod refs_impl {
222
}
223
224
if refspecs.is_empty() {
225
- bail!("Without refspecs there is nothing to show here. Add refspecs as arguments or configure them in gix-config.")
+ bail!("Without refspecs there is nothing to show here. Add refspecs as arguments or configure them in .git/config.")
226
227
Ok(())
228
0 commit comments