forked from geerlingguy/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
39 lines (39 loc) · 1.16 KB
/
.gitconfig
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
[user]
name = Moisés Guimarães de Medeiros
email = [email protected]
[includeIf "gitdir:~/workspaces/ifpb/**"]
path = .gitconfig.ifpb
[includeIf "gitdir:~/workspaces/redhat/**"]
path = .gitconfig.redhat
[includeIf "gitdir:~/workspaces/wolfssl/**"]
path = .gitconfig.wolfssl
[core]
editor = vi
whitespace = warn
excludesfile = ~/.gitignore
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[alias]
c = commit
ca = commit -a
cm = commit -m
cam = commit -am
d = diff
dc = diff --cached
lg = log --all --graph --abbrev-commit --decorate --date=format:\"%a, %d %b %Y %H:%M\" --format=format:\"%C(bold blue)%h%C(reset) - %C(bold cyan)%ad %C(bold green)(%ar)%C(bold yellow)%d %C(dim white)%an%n %C(white)%s%n\"
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[gitreview]
username = moguimar