Skip to content
/ git-walk Public

Walk up and down in revisions of a Git repository.

License

Notifications You must be signed in to change notification settings

nok/git-walk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published