An open API service indexing awesome lists of open source software.

https://github.com/hutusi/git-paging

Treat git log as a book, exec `git next` or `git prev` to checkout the next or the previous commit.
https://github.com/hutusi/git-paging

git shell tips tools

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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 [ or []]` - 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 历史节点

请查看博客文章 [阅读开源代码小技巧](https://hutusi.com/git-paging) 获得更多使用帮助。