-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
33 lines (28 loc) · 688 Bytes
/
gitconfig
File metadata and controls
33 lines (28 loc) · 688 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
[user]
name = Elber Ribeiro
email = elber.ribeiro@klara.com
[alias]
st = status --short --branch
ci = commit
br = branch
co = checkout
df = diff
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
who = shortlog -s --
[color]
branch = auto
diff = auto
interative = auto
status = auto
grep = auto
[push]
default = current
followTags = true
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[core]
excludesfile = /Users/dynaum/.gitignore_global
[url "https://"]
insteadOf = git://