From 9832902df2a56b113cc6a014803af20018b590f7 Mon Sep 17 00:00:00 2001 From: Igor Adamenko Date: Sun, 21 Aug 2016 17:12:24 +0300 Subject: [PATCH] Add info about custom Jira plugin for Git interaction --- External-plugins.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/External-plugins.md b/External-plugins.md index 871cf44..921ae34 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -15,4 +15,10 @@ If you found yourself constantly typing `git status` after bunch of commands lik This plugin is a nice addition to **git_prompt_status**. -You can get it from [here](https://gist.github.com/oshybystyi/475ee7768efc03727f21). \ No newline at end of file +You can get it from [here](https://gist.github.com/oshybystyi/475ee7768efc03727f21). + +### Jira & Git interaction + +If names of your Git branches contain Jira issue code, this modification of standard `jira` plugin is for you. It gets an issue code from current branch name and opens related issue. + +You can get it from [here](https://github.com/igoradamenko/jira.plugin.zsh). \ No newline at end of file