diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-05-21 12:54:29 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-05-21 12:54:29 +0200 |
commit | 52add52ea3f92a2a092e6879b6d75fb1279430d5 (patch) | |
tree | d53451935a81f90f4da8727a6af1d61952712ae8 /COMPATIBILITY.md | |
parent | 0f2abe7da065ed25085ea265db20e77609cefdbc (diff) | |
download | go-git-52add52ea3f92a2a092e6879b6d75fb1279430d5.tar.gz |
worktree: Remove and Move methods
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. | |