dotfiles/gitconfig
(view raw)
|
1
|
[user] |
|
2
|
email = XXX@exemple.com |
|
3
|
name = NAME |
|
4
|
|
|
5
|
[web] |
|
6
|
browser = firefox |
|
7
|
|
|
8
|
[alias] |
|
9
|
a = add -all |
|
10
|
ai = add -i |
|
11
|
ap = apply |
|
12
|
as = apply --stat |
|
13
|
ac = apply -- check |
|
14
|
c = commit |
|
15
|
ca = commit -a |
|
16
|
cm = commit -m |
|
17
|
cl = clone |
|
18
|
[cola] |
|
19
|
spellcheck = false |