From 013db40042c298b44e74048e38a96ec5130ed614 Mon Sep 17 00:00:00 2001 From: Alexander Untch Date: Fri, 9 Jun 2023 17:44:44 +0200 Subject: [PATCH] docs: update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b29eee1..0d8603d 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ to the clipboard. ## Motivation This project has two motivational aspects. The first is that we use a common -pattern to create branch names at work (and we use JIRA...). So this is why I -created a little tool to create a branch name by just giving the branch type -(e.g. feat or fix) and a JIRA issue. The result should be the following: +pattern to create git branch names at work (and we use JIRA... of course). +So this is why I created a little tool to create a branch name by just giving +the branch type (e.g. feat or fix) and a JIRA issue. +The result should be the following: ``` shell feat/PROJ-1234/super-cool-branch-name-created-from-a-jira-summary