Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/gitutils
Fun git scripts written in Python
https://github.com/honza/gitutils
Last synced: about 5 hours ago
JSON representation
Fun git scripts written in Python
- Host: GitHub
- URL: https://github.com/honza/gitutils
- Owner: honza
- License: other
- Created: 2011-08-02T15:01:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-02T15:35:30.000Z (over 13 years ago)
- Last Synced: 2024-04-16T01:44:54.197Z (7 months ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Git Utils
=========This is a collection of fun little scripts to give you some stats about a git
repo.Install
-------::
$ pip install -e git://github.com/honza/gitutils.git#egg=gitutils
Usage
-----``cd`` into a git repository and run::
$ blamer
or:
::
$ chart
**blamer** will run through all the files git tracks, and see how many lines
each user has written/edited. You will get a number of lines and percentage.
Throughout the course of a project, you will add lines and your lines will be
deleted. This shows you how much of your code is still in the project now.**chart** will run through all the files git track, and see how many lines each
person has touched. Unlike *blamer* this will include all lines, not just the
ones still visible.License
-------Sweet and short, BSD license.