GitJump
A tiny git command wrapper for view git commits.
commands:
git next(git nfor short): jump to next commitgit prev(git pfor short): jump to previous commitgit first: jump to oldest commitgit last: jump to most recent commit
Usage:
- load
$ wget --no-check-certificate https://raw.githubusercontent.com/wuxc/gitjump/master/gitjump.sh
$ source ./gitjump.sh
or add it to your ~/.bashrc:
$ echo "source `pwd`/gitjump.sh" >> ~/.bashrc
- fire
$ cd my/awesome/repos.git
$ git first
$ git next
Have fun!
Other
repo: https://github.com/wuxc/gitjump
欢迎试用和建议~