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 c601075 commit a2891abCopy full SHA for a2891ab
README.md
@@ -10,8 +10,6 @@
10
```julia
11
julia> using GitRepl
12
13
-julia> gitrepl() # you only need to run this once per Julia session
14
-
15
# Press , to enter the Git REPL mode
16
17
git> clone https://github.com/JuliaRegistries/General
src/GitRepl.jl
@@ -18,6 +18,7 @@ function _gitrepl_parser(repl_input::AbstractString)
18
end
19
20
"""
21
+ gitrepl()
22
gitrepl(; kwargs...)
23
24
Set up the Git REPL mode.
0 commit comments