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 df1ae5d commit ab7f3c9Copy full SHA for ab7f3c9
src/git_function.jl
@@ -6,7 +6,7 @@ Return a `Cmd` for running Git.
6
## Example
7
8
```julia
9
-julia> run(`$(git())` clone https://github.com/JuliaVersionControl/GitCommand.jl)
+julia> run(`$(git()) clone https://github.com/JuliaRegistries/General`)
10
```
11
"""
12
function git(; adjust_PATH::Bool = true, adjust_LIBPATH::Bool = true)
0 commit comments