-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
40 lines (36 loc) · 890 Bytes
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[user]
signingkey = 55C7AAECB7FFAD78
email = [email protected]
name = iho
[commit]
gpgsign = true
[push]
default = matching
[color]
ui = true
[alias]
c = commit -m
aa = add .
a = add
p = push
br = branch
co = checkout
st = status
rm = remove
df = diff
lp = log -p
com = checkout master
removeuntracked = clean -f -d
removeuncommited = checkout -- .
recommitname = commit --amend -m
unstash = stash save --keep-index
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
lggraph = log --graph --pretty=short
lgdate = log --pretty=format:"%h - %an, %ar : %s"
[core]
excludesfile = /home/ih/.gitignore_global
quotepath = false
[credential]
helper = cache --timeout=36000
[diff]
# external = difft