https://github.com/gdetrez/git-ahead-behind
A git extension that summarize the relative state of all your brannches.
https://github.com/gdetrez/git-ahead-behind
git-extension
Last synced: 5 months ago
JSON representation
A git extension that summarize the relative state of all your brannches.
- Host: GitHub
- URL: https://github.com/gdetrez/git-ahead-behind
- Owner: gdetrez
- License: mit
- Created: 2023-01-27T17:09:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T11:50:57.000Z (11 months ago)
- Last Synced: 2025-08-12T13:41:05.218Z (11 months ago)
- Topics: git-extension
- Language: Go
- Homepage:
- Size: 3.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git ahead-behind
A small git extension that summarize the relative state of all your brannches.
```sh
$ git ahead-behind
new-feature f0dd42d6 0 ┝ 2
abandonned 717e4a57 266━┿ 1
* main 32b0d398 0 │ 0
recent-work 85f50c13 6 ┿╸12
no-idea-what-this-was 668a764e 391━┿ 1
```
## Installation
Install from source using `go install`
```bash
go install github.com/gdetrez/git-ahead-behind@main
```
## Usage
```sh
$ git ahead-behind [(-r | --remotes) | (-a | --all)] [--base ]
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)