-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
38 lines (32 loc) · 803 Bytes
/
.gitconfig
File metadata and controls
38 lines (32 loc) · 803 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
[user]
name = Dan Charlesworth
email = dcharlesworth@me.com
[branch]
autosetuprebase = always
[alias]
co = checkout
ci = commit
st = status -sb
br = branch
plo = pull origin
pso = push origin
# Show verbose output about tags, branches or remotes
tags = tag -l
branches = branch -a
remotes = remote -v
check = diff --check
pullmerge = pull --no-rebase
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen%cr %C(bold blue)%an%Creset' --abbrev-commit --date=relative
ready = rebase -i @{u}
[help]
autocorrect = 1
[color]
diff = auto
status = auto
branch = auto
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f