Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamnewton/git-utils
A collection of git utilities and scripts to help out your every day activities
https://github.com/iamnewton/git-utils
git ruby shell utilities
Last synced: 20 days ago
JSON representation
A collection of git utilities and scripts to help out your every day activities
- Host: GitHub
- URL: https://github.com/iamnewton/git-utils
- Owner: iamnewton
- License: gpl-3.0
- Created: 2014-07-27T04:28:40.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T18:48:45.000Z (about 3 years ago)
- Last Synced: 2024-04-14T22:17:25.572Z (7 months ago)
- Topics: git, ruby, shell, utilities
- Language: Ruby
- Homepage: http://iamnewton.github.io/git-utils/
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Git Utilities
Utilities for Git that I've collected over the years.
## One-line Install
```bash
$ bash -c "$(curl -#fL https://raw.githubusercontent.com/iamnewton/git-utils/go/install)"
```## Features
* `git clean-branches` - Remove all local branches that have been merged into master
* `git hublog` - Git log with per-commit cmd-clickable GitHub URLs (iTerm)
* `git pr` - Github pull request helper
* `git rank-contributors` - Script to trace through the logs and rank contributors
* `git wtf` - Displays the state of your repository in a readable, easy-to-scan format## Acknowledgements
Inspiration and code was taken from many sources, including (in lexicographical order):
* [@cowboy](https://github.com/cowboy) (Ben Alman) https://github.com/cowboy/dotfiles
* [@jgallen23](https://github.com/jgallen23) (Greg Allen) https://github.com/jgallen23/dotfiles
* [@mathiasbynens](https://github.com/mathiasbynens) (Mathias Bynens) https://github.com/mathiasbynens/dotfiles
* [@necolas](https://github.com/necolas) (Nicolas Gallagher) https://github.com/necolas/dotfiles
* [@wmorgan](https://github.com/wmorgan) (William Morgan)