https://github.com/itchyny/git-branch-name
Optimally fast branch name command for Git.
https://github.com/itchyny/git-branch-name
git
Last synced: 8 months ago
JSON representation
Optimally fast branch name command for Git.
- Host: GitHub
- URL: https://github.com/itchyny/git-branch-name
- Owner: itchyny
- License: mit
- Created: 2017-11-08T16:33:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T07:07:04.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T21:52:59.225Z (over 1 year ago)
- Topics: git
- Language: C
- Size: 6.84 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git branch-name
Optimally fast branch name command for Git.
### Installation
```vim
autoreconf -i
./configure
make
sudo make install
git branch-name
```
Installation with Homebrew.
```shell
brew install itchyny/tap/git-branch-name
```
## Authors
itchyny (https://github.com/itchyny)
notfed (https://github.com/notfed)
## License
This software is released under the MIT License, see LICENSE.