1.0.6 • Published 8 years ago

gg-log v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

gg-log

Global git log shows you all of your git commits across multiple directories over a given interval.

$ gg-log <time> <directory>

Here, <time> abides by any time format that can be supplied to traditional git log arguments. Here are some examples:

$ gg-log 1.day dir1
$ gg-log 7.am dir2
$ gg-log 6.hours dir3
$ gg-log 1.week dir4

If no arguments are supplied, <time> defaults to 1.day and <directory> defaults to ~.

Video Example

asciicast

Installation

$ npm install -g gg-log

Alternatively, one can clone this repository and invoke ./gg-log.sh <time> <directory> directly through the shell.

Requirements

  • Unix system (i.e., Linux/Mac)
  • Git
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago