Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 58ed798

Browse files
authored
Add deprecation message (#58)
1 parent 068b363 commit 58ed798

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

README.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
# GitCommand
1+
# GitCommand.jl: This package is deprecated.
22

3-
[![CI](https://github.com/JuliaVersionControl/GitCommand.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaVersionControl/GitCommand.jl/actions/workflows/ci.yml)
4-
[![codecov](https://codecov.io/gh/JuliaVersionControl/GitCommand.jl/branch/master/graph/badge.svg?token=cdXpiH0OJ3)](https://codecov.io/gh/JuliaVersionControl/GitCommand.jl)
5-
6-
GitCommand allows you to use command-line Git in your Julia packages. You do
7-
not need to have Git installed on your computer, and neither do the users of
8-
your packages!
9-
10-
GitCommand provides a Git binary via
11-
[Git_jll](https://github.com/JuliaBinaryWrappers/Git_jll.jl).
12-
The latest version of GitCommand requires at least Julia 1.6.
13-
14-
GitCommand is intended to work on any platform that supports Julia,
15-
including (but not limited to) Windows, macOS, Linux, and FreeBSD.
16-
17-
## Examples
18-
19-
```julia
20-
julia> using GitCommand
21-
22-
julia> run(`$(git()) clone https://github.com/JuliaRegistries/General`)
23-
```
24-
25-
## Acknowledgements
26-
27-
- This work was supported in part by National Institutes of Health grants U54GM115677, R01LM011963, and R25MH116440. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.
3+
# Please use the [Git.jl](https://github.com/JuliaVersionControl/Git.jl) package instead.

0 commit comments

Comments
 (0)