-
Notifications
You must be signed in to change notification settings - Fork 11
/
gitconfig
48 lines (35 loc) · 966 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
; vi: sw=4 ts=4 sts=4 expandtab
[user]
; Set your name here
name =
; Set your e-mail address here
email =
[url "http://git.code.sf.net/"]
insteadOf = git://git.code.sf.net/
[url "https://github.com"]
insteadOf = git://github.com
[apply]
whitespace = nowarn
[column]
status = auto
[color]
ui = auto
diff = never
[core]
editor = vim
[push]
default = simple
[diff]
tool = vimdiff
[pager]
diff = less
show = less
log = less
[alias]
ls = log --oneline --pretty=tformat:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ar)%Creset'
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
st = status -s
[pull]
ff = only
[svn]
authorsfile=/afs/slac/g/cd/swe/git/repos/package/epics/modules/authors.txt