-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
54 lines (53 loc) · 1002 Bytes
/
gitconfig
File metadata and controls
54 lines (53 loc) · 1002 Bytes
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
# .gitconfig
# Clemens Gruber, 2015
#
[alias]
aa = add --all
amend = commit --amend
b = branch
ci = commit -s --verbose
co = checkout
cp = cherry-pick
dc = diff --cached
dh = diff HEAD
dh1 = diff HEAD~1
di = diff
fa = fetch --all
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
mergeff = merge --ff-only
mergenoff = merge --no-ff
pom = push origin master
pullff = pull --ff-only
st = status
[apply]
whitespace = nowarn
[branch]
# autosetupmerge = true # ?
# autosetuprebase = always # ?
[color]
ui = auto
diff = auto
status = auto
branch = auto
[core]
excludesfile = ~/.gitignore
editor = vim --noplugin
[github]
user = clemensg
[grep]
extendedregexp = true
[help]
autocorrect = 1
[hub]
protocol = https
[log]
decorate = short
[merge]
ff = only
[push]
default = simple
[user]
name = Clemens Gruber
email = clemensgru@gmail.com
[web]
browser = open