Created
May 17, 2022 12:00
-
-
Save lixianyang/ff3739dfedfd6c3893c3e5d2e8042160 to your computer and use it in GitHub Desktop.
git 配置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global log.date format:'%Y-%m-%d %H:%M:%S' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
设置 git branch 不分页(2.16.0+):
git config --global pager.branch false