add the global git config commands

This commit is contained in:
risk danger olson 2013-11-05 16:31:22 -07:00 committed by Rick Olson
parent cb162ceb1e
commit ca30a16a04

@ -3,3 +3,6 @@ prefix="/usr/local"
for g in git*; do
cp $g "$prefix/bin/$g"
done
git config --global filter.media.clean "git-media-clean"
git config --global filter.media.smudge "git-media-smudge"