Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itchyny/git-branch-name
Optimally fast branch name command for Git.
https://github.com/itchyny/git-branch-name
git
Last synced: 28 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T07:07:04.000Z (about 3 years ago)
- Last Synced: 2024-05-02T00:57:09.093Z (6 months 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.