https://github.com/vishnu-narayanan/gwalk
Walk through a git repo with ease
https://github.com/vishnu-narayanan/gwalk
git golang linux
Last synced: 3 months ago
JSON representation
Walk through a git repo with ease
- Host: GitHub
- URL: https://github.com/vishnu-narayanan/gwalk
- Owner: vishnu-narayanan
- License: mit
- Created: 2018-05-28T12:27:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T18:15:16.000Z (over 7 years ago)
- Last Synced: 2025-09-04T18:38:37.373Z (10 months ago)
- Topics: git, golang, linux
- Language: Go
- Size: 1.88 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Walk through a git repo with ease.
gwalk is a utility written in go that can navigate through the evolution of git repo.
Start with the inital commit in master, and move forward one by one to learn all about the code you are reading.
## Usage
```
$ gwalk -b master
$ gwalk --help :
-b string
branch to use (default "master")
Available actions - init,next,prev,exit
```
## TODO
- Improved error handling
- Better logging to stdout
- Support for other versioning systems