UNPKG
@tianyio/quality-helper
Version:
alpha (2.2.8-alpha.1)
latest (2.3.2)
2.3.2
2.3.0
2.2.14
2.2.13
2.2.12
2.2.11
2.2.10
2.2.8-alpha.1
2.2.4
2.2.4-alpha.1
2.2.3
2.2.3-alpha.1
2.2.2
2.2.1
2.2.0
2.1.9-alpha.1
2.1.8
2.1.6
2.1.5-alpha.1
2.1.4-alpha.1
2.1.3
2.1.2
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
1.0.3
1.0.2
1.0.1
统一项目规范的工具包
@tianyio/quality-helper
/
templates
/
config
/
.gitconfig
22 lines
(17 loc)
•
289 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[core]
excludesfile
= ~/.gitignore_global
autocrlf
= input
eol
= lf
editor
= code --wait
[user]
name
= Your Name
email
= your@email.com
[alias]
co
= checkout
br
= branch
ci
= commit
st
= status
[merge]
tool
= vscode
[diff]
tool
= vscode