-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
41 lines (41 loc) · 831 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
[user]
name = Cedric Sohrauer
email = [email protected]
[include]
path=.githubconfig
[color]
status = auto
diff = auto
branch = auto
[alias]
st = status
ci = commit
co = checkout
sb = show-branch
di = diff
aa = add --all
serve = daemon --verbose --base-path=. --export-all
cont = rebase --continue
amend = commit --amend
unstaged = diff
staged = diff --cached
both = diff HEAD
oneline = log --pretty=oneline
tree = log --pretty=format:'%h %s' --graph --all -10
l="!source ~/.gitcommands && git_l"
[core]
legacyheaders = false
excludesfile = ~/.gitignore
quotepath = false
editor = vim
[branch]
autosetupmerge = true
[repack]
usedeltabaseoffset = true
[svn]
findcopiesharder = 1
rmdir = 1
[push]
default = simple
[url "[email protected]:"]
insteadOf = https://github.com/