Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjlevesque/git-rename-branch
https://github.com/benjlevesque/git-rename-branch
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjlevesque/git-rename-branch
- Owner: benjlevesque
- License: mit
- Created: 2024-02-14T15:19:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T22:46:57.000Z (10 months ago)
- Last Synced: 2024-11-09T19:04:26.201Z (2 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
```