-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
30 lines (30 loc) · 729 Bytes
/
gitconfig
File metadata and controls
30 lines (30 loc) · 729 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
[user]
email = john.laing@gmail.com
name = John Laing
[color]
branch = auto
diff = auto
interactive = auto
status = auto
wordRegex = [^[:space:],)(]
#wordRegex = [^\b]
[alias]
fa = fetch --all
pr = pull --rebase
l = log --pretty=format:'%C(yellow)%h %Cblue%ad %Cgreen%an %Cred%d %Creset%s ' --graph --date=short --date-order
la = log --pretty=format:'%C(yellow)%h %Cblue%ad %Cgreen%an %Cred%d %Creset%s ' --graph --date=short --date-order --all
fm = merge --no-ff
k = !gitk --all --date-order
bv = branch -vv
co = checkout
cm = commit -m
save = commit -am "WIP"
[diff]
context = 4
[core]
excludesfile = ~/.gitignore
# local
[include]
path = ~/.gitconfig.local
[push]
default = upstream