Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benjlevesque/git-rename-branch


https://github.com/benjlevesque/git-rename-branch

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# git-rename-branch

Opens the current branch name with your configured `$EDITOR`, to easily change the name without re-typing it.

## Install

```bash
curl -sSfL https://raw.githubusercontent.com/benjlevesque/git-rename-branch/main/godownloader.sh | sh -s -- -b /usr/local/bin
```

You can change the installation path by editing `/usr/local/bin` in the above command. Make sure the directory is in your `$PATH`

## Usage
```bash
git rename-branch
```