1 Star 1 Fork 0

fulinux/ConfigFiles

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gitconfig 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peeta Chen 提交于 2019-02-27 19:51 +08:00 . 避免gitdiff时候出现^M
[user]
name = Peeta Chen
email = peeta.chen@quectel.com
[alias]
co = checkout
st = status
br = branch
ci = commit
pl = pull
ps = push
unstage = reset HEAD
last = log -1
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[color]
diff = auto
status = auto
branch = auto
ui = true
[apply]
whitespace = nowarn
[format]
pretty = %C(yellow)%h%Creset %s %C(red)(%an, %cr)%Creset
[github]
user = fulinux
token =
[core]
editor = vim
whitespace = cr-at-eol
[push]
default = simple
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/fulinux/ConfigFiles.git
git@gitee.com:fulinux/ConfigFiles.git
fulinux
ConfigFiles
ConfigFiles
master

搜索帮助