0.0.4 • Published 3 months ago

git-discover v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

git-discover

A CLI tool that will help you go back in time for a repository on github.

gidi is the cli command which will help you fetch commits, and switch to a particular commit.

Installation

npm i git-discover

config gidi cli

At first you need to config the cli to fetch the commits. By default the configuration is set for express library (As I built this tool to go through this repo).

gidi --config OWNER REPO REF

eg: gidi --config 'expressjs' 'express' 'head/master'

Get commits

gidi --gc SINCE UNTIL

eg: gidi --gc '2009-06-26' '2009-06-30'

List commits

gidi --lc

image-1

Go back in time (Set project to a particular commit)

gidi --gt INDEX image-2

0.0.4

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago