From 52add52ea3f92a2a092e6879b6d75fb1279430d5 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Sun, 21 May 2017 12:54:29 +0200 Subject: worktree: Remove and Move methods --- COMPATIBILITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'COMPATIBILITY.md') 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. | -- cgit