summaryrefslogtreecommitdiff
path: root/plugins/git-remote-branch
diff options
context:
space:
mode:
authorSofia Rivas <sofi.rivasm@gmail.com>2019-10-15 16:46:40 -0500
committerMarc Cornellà <marc.cornella@live.com>2019-10-15 23:46:40 +0200
commit767be6c42f1b71fe497c46faa67c2ef4e70ab829 (patch)
tree339ec5570d867241dd4e7056e3dbc3e4b135f575 /plugins/git-remote-branch
parent87bd507fcf19ef00167109ee293a233da14e46db (diff)
downloadzsh-767be6c42f1b71fe497c46faa67c2ef4e70ab829.tar.gz
zsh-767be6c42f1b71fe497c46faa67c2ef4e70ab829.tar.bz2
zsh-767be6c42f1b71fe497c46faa67c2ef4e70ab829.zip
git-remote-branch: add README (#8259)
Diffstat (limited to 'plugins/git-remote-branch')
-rw-r--r--plugins/git-remote-branch/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/git-remote-branch/README.md b/plugins/git-remote-branch/README.md
new file mode 100644
index 000000000..bd73e5dec
--- /dev/null
+++ b/plugins/git-remote-branch/README.md
@@ -0,0 +1,14 @@
+# git-remote-branch plugin
+
+This plugin adds completion for [`grb`](https://github.com/webmat/git_remote_branch),
+or `git_remote_branch`.
+
+To use it, add `git-remote-branch` to the plugins array of your `.zshrc` file:
+```
+plugins=(... git-remote-branch)
+```
+
+## Deprecation
+
+[git_remote_branch was archived in 2018](https://github.com/webmat/git_remote_branch#archived),
+meaning it's not actively maintained anymore. Use at your own risk.