File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # Git
1
+ # Git.jl
2
2
3
3
[ ![ CI] ( https://github.com/JuliaVersionControl/Git.jl/actions/workflows/ci.yml/badge.svg )] ( https://github.com/JuliaVersionControl/Git.jl/actions/workflows/ci.yml )
4
4
[ ![ codecov] ( https://codecov.io/gh/JuliaVersionControl/Git.jl/branch/master/graph/badge.svg?token=cdXpiH0OJ3 )] ( https://codecov.io/gh/JuliaVersionControl/Git.jl )
5
5
6
- Git allows you to use command-line Git in your Julia packages. You do
6
+ Git.jl allows you to use command-line Git in your Julia packages. You do
7
7
not need to have Git installed on your computer, and neither do the users of
8
8
your packages!
9
9
10
- Git provides a Git binary via
11
- [ Git_jll] ( https://github.com/JuliaBinaryWrappers/Git_jll.jl ) .
12
- The latest version of Git requires at least Julia 1.6.
10
+ Git.jl provides a Git binary via
11
+ [ Git_jll.jl ] ( https://github.com/JuliaBinaryWrappers/Git_jll.jl ) .
12
+ The latest version of Git.jl requires at least Julia 1.6.
13
13
14
- Git is intended to work on any platform that supports Julia,
14
+ Git.jl is intended to work on any platform that supports Julia,
15
15
including (but not limited to) Windows, macOS, Linux, and FreeBSD.
16
16
17
17
## Examples
You can’t perform that action at this time.
0 commit comments