1.1.0 • Published 7 years ago

git-thru v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

git-thru

Thru git commits

Use key up and down to quick thru git commits easily.

npm.io

Install

$ npm install --global git-thru

Cli Usage

$ git-thru

API Usage

const gitThru = require('git-thru')

gitThru().then(git => {
  // get current git logs
  git.getLogs()

  // get current commit cursor
  git.getCursor()

  // checkout to next commit
  git.nextCommit()

  // checkout back to prev commit
  git.prevCommit()  
})
1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago