Skip to content

Instantly share code, notes, and snippets.

@cztchoice
Last active November 5, 2023 23:09
Show Gist options
  • Save cztchoice/494c29a46e6b8a0a3619ba5c81c5f318 to your computer and use it in GitHub Desktop.
Save cztchoice/494c29a46e6b8a0a3619ba5c81c5f318 to your computer and use it in GitHub Desktop.
git 易用配置
# 提供的简易的,有色彩的git lg 选项
git config --global alias.lg "log --color --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
# 支持git status显示中文
git config --global core.quotepath false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment