-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig.local
More file actions
39 lines (39 loc) · 901 Bytes
/
gitconfig.local
File metadata and controls
39 lines (39 loc) · 901 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
[alias]
br = branch
ca = commit -a
changelog = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --date=relative --abbrev-commit --graph
df = diff
dig = blame
lg = log -p
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
st = status --short
wdiff = diff -w --word-diff=color
wip = !git commit -am wip
wshow = show -w --word-diff=color
[apply]
whitespace = fix
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
[diff]
algorithm = histogram
[difftool]
prompt = false
[help]
autocorrect = 5
[merge]
conflictStyle = zdiff3
[push]
autoSetupRemote = true
[pull]
rebase = true
[user]
name = Tute Costa
email = tutecosta@gmail.com
signingKey = /Users/tute/.ssh/id_ed25519.pub
[rerere]
enabled = true
[rebase]
autoStash = true
pruneTags = true
all = true