iamnewton / git-utils

A collection of git utilities and scripts to help out your every day activities

Home Page:http://iamnewton.github.io/git-utils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Utilities

Utilities for Git that I've collected over the years.

One-line Install

$ 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):

About

A collection of git utilities and scripts to help out your every day activities

http://iamnewton.github.io/git-utils/

License:GNU General Public License v3.0


Languages

Language:Ruby 56.2%Language:Shell 43.8%