Skip to content

Commit

Permalink
fixing .gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed May 17, 2015
1 parent 866504d commit e08ec7b
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,28 +1,6 @@
[user]
name = Sayed Ibrahim Hashimi
email = sayed.hashimi@gmail.com
[core]
autocrlf = true
[push]
default = matching
[color "status"]
changed = cyan normal bold
untracked = cyan normal bold
unmerged = cyan normal bold
[color "diff"]
old = red normal bold
new = green normal bold
[merge]
keepBackup = false;
tool = p4merge
[mergetool "p4merge"]
cmd = p4merge.exe \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\"
keepTemporaries = false
trustExitCode = false
keepBackup = false
[diff]
tool = p4merge
[difftool "p4merge"]
cmd = p4merge.exe \"$LOCAL\" \"$BASE\"
[diff "ps1"]
binary=false
[diff "psd1"]
binary=false

0 comments on commit e08ec7b

Please sign in to comment.