Skip to content

Instantly share code, notes, and snippets.

@lixianyang
Created May 17, 2022 12:00
Show Gist options
  • Save lixianyang/ff3739dfedfd6c3893c3e5d2e8042160 to your computer and use it in GitHub Desktop.
Save lixianyang/ff3739dfedfd6c3893c3e5d2e8042160 to your computer and use it in GitHub Desktop.
git 配置
git config --global log.date format:'%Y-%m-%d %H:%M:%S'
@lixianyang
Copy link
Author

设置 git branch 不分页(2.16.0+):
git config --global pager.branch false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment