forked from fphilipe/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
52 lines (52 loc) · 1.13 KB
/
gitconfig
File metadata and controls
52 lines (52 loc) · 1.13 KB
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
[alias]
authors = log --format='%aN <%aE>'
co = checkout
d = diff
last = log -n1 --decorate=short --abbrev-commit --format=fuller
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
pullsh = !git pull && git push
ri = rebase --interactive
s = status -sb
stapulpo = !git stash -u && git pull && git stash pop
wd = diff --word-diff
[branch]
autosetuprebase = always
[color]
ui = true
[core]
editor = vim -f
excludesfile = ~/.gitignore_global
quotepath = false
[diff]
tool = vimdiff
[difftool]
prompt = false
[github]
user = fphilipe
[gui]
fontdiff = -family Menlo -size 11 -weight normal -slant roman -underline 0 -overstrike 0
[help]
autocorrect = 1
[init]
templatedir = ~/.git_template
[merge]
ff = no
tool = vimdiff
[mergetool]
keepBackup = false
prompt = false
[pull]
rebase = preserve
[push]
default = upstream
[rebase]
autosquash = true
[user]
email = me@phili.pe
name = Philipe Fatio
signkey = F74418A0
[web]
browser = open
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f