Skip to content

Commit a2891ab

Browse files
authored
Update the documentation (#13)
1 parent c601075 commit a2891ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
```julia
1111
julia> using GitRepl
1212

13-
julia> gitrepl() # you only need to run this once per Julia session
14-
1513
# Press , to enter the Git REPL mode
1614

1715
git> clone https://github.com/JuliaRegistries/General

src/GitRepl.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function _gitrepl_parser(repl_input::AbstractString)
1818
end
1919

2020
"""
21+
gitrepl()
2122
gitrepl(; kwargs...)
2223
2324
Set up the Git REPL mode.

0 commit comments

Comments
 (0)