An open API service indexing awesome lists of open source software.

https://github.com/shiftgeist/linear-create-branch

User script to copy git branch command.
https://github.com/shiftgeist/linear-create-branch

deno userscript

Last synced: about 2 months ago
JSON representation

User script to copy git branch command.

Awesome Lists containing this project

README

          

# Linear create branch

Works with [linear.app](linear.app).

When clicking on the branch icon in linear: Copy a `git checkout -b $name` with a custom branch name format.

![Linear copy branch icon](./assets/linear.png)

## Install

https://github.com/shiftgeist/linear-create-branch/raw/refs/heads/main/dist/linear-create-branch.user.js

## Branch name format

```
$TYPE-$ISSUE_ID-$TITLE
```

Type is currently set strictly to `feat`.

## Dev Hints

Don't forget to update version in `deno.json` for auto updates.