Skip to content

Instantly share code, notes, and snippets.

@hongry18
Created January 30, 2023 09:05
Show Gist options
  • Save hongry18/553472608ba6bca79272d2f25c7bd0df to your computer and use it in GitHub Desktop.
Save hongry18/553472608ba6bca79272d2f25c7bd0df to your computer and use it in GitHub Desktop.
git pager.branch

git branch 명령어 사용시 새로운 화면과 함께 branch가 paging된다

아래 명령어로 옵션을 제거 하여 기존처럼 사용 가능하다

git config --global pager.branch false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment