-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
24 lines (24 loc) · 873 Bytes
/
.gitconfig
File metadata and controls
24 lines (24 loc) · 873 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
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[user]
name = bfmags
email = bfmags@gmail.com
[push]
default = simple
[branch]
autosetuprebase = always
[alias]
lg = log --color --graph --pretty=format:'%C(reverse cyan)%h%Creset -%C(cyan)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lga = log --graph --decorate --pretty=oneline --pretty=format:'%C(reverse yellow)%h%Creset -%C(cyan)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all
[merge]
tool = p4merge
[core]
excludesfile = /Users/bmagalhaes/.gitignore_global
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree 2.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true