Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 789 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 789 Bytes

Git Paging

Treat git log as a book, exec git next or git prev to checkout the next or the previous commit.

How to install?

  1. Clone this repository
  2. Execute command : ./install.sh

or

  1. Download the git-paging-alias.txt
  2. Execute git config --global --add include.path PATH/git-paging-ali.txt

Git alias guidelines

  1. git hist [<BRANCH_NAME> or <revision-range> [<options>]] - show all history commits
  2. git swc-first - switch the first commit
  3. git swc-last - switch the last commit
  4. git swc-prev - switch previous commit
  5. git swc-next - switch next commit

像翻页一样跳转到上一(n)条或下一(n)条 Git 历史节点

请查看博客文章 阅读开源代码小技巧 获得更多使用帮助。