0xdabbad00 / git-walk

Walk up and down in revisions of a Git repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-walk

Walk up and down in revisions of a Git repository.

API

Checkout the last or latest commit:

git walk (last|latest)

Checkout the first or oldest commit:

git walk (first|oldest)

Walk down and checkout the previous commit:

git walk prev [n_commits]

Walk up and checkout the next commit:

git walk next [n_commits]

Installation

Clone the repository and register the new command locally:

git clone https://github.com/nok/git-walk.git && cd ./git-walk && bash ./install.sh

License

The extension is Open Source Software released under the MIT license.

About

Walk up and down in revisions of a Git repository.

License:MIT License


Languages

Language:Python 98.0%Language:Shell 2.0%