Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikelVeen committed Jun 15, 2024
1 parent 1bede66 commit 07fe82c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 59 deletions.
46 changes: 0 additions & 46 deletions .goreleaser.yaml

This file was deleted.

19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
# Branch

```
________ ________ ________ ________ ________ ___ ___
|\ __ \ |\ __ \ |\ __ \ |\ ___ \ |\ ____\ |\ \|\ \
\ \ \|\ /_ \ \ \|\ \ \ \ \|\ \ \ \ \\ \ \ \ \ \___| \ \ \\\ \
\ \ __ \ \ \ _ _\ \ \ __ \ \ \ \\ \ \ \ \ \ \ \ __ \
\ \ \|\ \ \ \ \\ \| \ \ \ \ \ \ \ \\ \ \ \ \ \____ \ \ \ \ \
\ \_______\ \ \__\\ _\ \ \__\ \__\ \ \__\\ \__\ \ \_______\ \ \__\ \__\
\|_______| \|__|\|__| \|__|\|__| \|__| \|__| \|_______| \|__|\|__|
```
---

`branch` is a command line utility that provides useful shortcuts when working with git and Jira.

## Features
- Create Branches: Quickly create branches based on ticket identifiers and templates.
- Jira Integration: Authenticate and interact with Jira from the command line.

# Installation

## Homebrew

```
brew tap maikelveen/branch
Expand All @@ -33,7 +26,7 @@ branch jira auth init
Configure the branch template:

```bash
branch config set template "{{issue.key}}/{{issue.summary}}"
branch config set template "{{.key}}/{{.summary}}"
```

Create a new branch:
Expand Down

0 comments on commit 07fe82c

Please sign in to comment.