1 Star 0 Fork 0

pys1024/git-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git_config.sh 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
pys1024 提交于 2021-05-11 15:13 . Remove --all option
#!/usr/bin/env bash
set -e
git config --global alias.lgg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %Cgreen(%cr) %C(bold blue)<%an>%Creset %n%f%n' --abbrev-commit -5"
git config --global alias.lg "log --graph --decorate --color -5"
git config --global color.status always
git config --global color.diff always
git config --global color.branch always
git config --global color.interactive always
git config --global core.autocrlf input
git config --global core.editor vim
git config --global user.name pengyongsheng
git config --global user.email [email protected]
# git config --global user.email [email protected]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/pys1024/git-config.git
[email protected]:pys1024/git-config.git
pys1024
git-config
git-config
master

搜索帮助