https://github.com/benjlevesque/git-rename-branch
https://github.com/benjlevesque/git-rename-branch
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjlevesque/git-rename-branch
- Owner: benjlevesque
- License: mit
- Created: 2024-02-14T15:19:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T22:46:57.000Z (over 1 year ago)
- Last Synced: 2025-01-05T08:32:51.824Z (6 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```