Skip to content

Commit

Permalink
feat(git): page long statuses
Browse files Browse the repository at this point in the history
Paginate long `git status` outputs
  • Loading branch information
matijs committed Mar 17, 2024
1 parent e1a998d commit 35e79ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
[merge]
conflictStyle = zdiff3
ff = only
[pager]
status = true
[pull]
ff = only
rebase = true
Expand Down

0 comments on commit 35e79ad

Please sign in to comment.