-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitconfig
57 lines (48 loc) · 908 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[user]
name = Jimmie Elvenmark
email = flugsio@gmail.com
signingkey = 4E528C3029E1039B
[transfer]
fsckobjects = true
[push]
default = current
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = flugsio@gmail.com
smtpserverport = 587
[log]
date = iso
[status]
showUntrackedFiles = all
short = false
[diff]
mnemonicprefix = true
compactionHeuristic = true
[alias]
b = branch
d = diff
s = status
c = checkout
co = commit -v
f = fetch --all
p = pull
u = push -u
m = checkout master
r = branch --move
append = commit --amend --no-edit
bb = !better-git-branch.sh
[core]
excludesfile = ~/.gitignore
pager = cat
[color]
ui = auto
[pull]
ff = only
[safe]
directory = /home/flugsio/donjon
directory = /home/vagrant/donjon
; [blame]
; ignoreRevsFile = .git-blame-ignore-revs
[maintenance]
repo = /home/vagrant/code/promote