diff options
Diffstat (limited to 'COMPATIBILITY.md')
-rw-r--r-- | COMPATIBILITY.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 81ff6b6..1c17483 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -16,8 +16,8 @@ is supported by go-git. | status | ✔ | | commit | ✔ | | reset | ✔ | -| rm | ✖ | -| mv | ✖ | +| rm | ✔ | +| mv | ✔ | | **branching and merging** | | branch | ✔ | | checkout | ✔ | Basic usages of checkout are supported. | |