A tiny git command wrapper for view git commits.
commands:
git next
(git n
for short): jump to next commitgit prev
(git p
for short): jump to previous commitgit first
: jump to oldest commitgit last
: jump to most recent commitUsage:
$ 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
$ cd my/awesome/repos.git
$ git first
$ git next
Have fun!
repo: https://github.com/wuxc/gitjump
欢迎试用和建议~
1
maxmilia 2016-09-15 12:01:21 +08:00
报告:
You are currently on branch: branch_name Continue? (Y/N) y No more commits. |
3
jeremaihloo 2016-09-16 03:57:24 +08:00 via Android
最近正好需要已 star
|