Skip to content

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

License

Notifications You must be signed in to change notification settings

hutusi/git-paging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 历史节点

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages