From 39d75d3226f0b2a6be9064444f64bb83a22d05a0 Mon Sep 17 00:00:00 2001 From: prockallsyms Date: Sun, 1 Jun 2025 14:38:12 -0500 Subject: [PATCH 1/2] Update README.md add migration notice --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aaa8970..e248ed8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # git-worktree.nvim +>[!CAUTION] +> V2 of this repository is now maintained by [@polarvortex](https://github.com/polarmutex). All future updates happen over there -> [git-worktree.nvim](https://github.com/polarmutex/git-worktree.nvim). + +--- + A simple wrapper around git worktree operations, create, switch, and delete. There is some assumed workflow within this plugin, but pull requests are welcomed to fix that). From c4144c9e3663fd10b03e8b5c651c5ccf954952f7 Mon Sep 17 00:00:00 2001 From: prockallsyms Date: Sun, 1 Jun 2025 14:45:32 -0500 Subject: [PATCH 2/2] Update README.md whoops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e248ed8..a5ab7d9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # git-worktree.nvim >[!CAUTION] -> V2 of this repository is now maintained by [@polarvortex](https://github.com/polarmutex). All future updates happen over there -> [git-worktree.nvim](https://github.com/polarmutex/git-worktree.nvim). +> V2 of this repository is now maintained by [@polarmutex](https://github.com/polarmutex). All future updates happen over there -> [git-worktree.nvim](https://github.com/polarmutex/git-worktree.nvim). ---