NAME
git-client - Git Client Wrapper
DESCRIPTION
Wrapper around the real git to allow unlimited .gitconfig descent override instead of only looking at ~/.gitconfig
INSTALL
cp -p -i git-client /usr/local/bin/git
Just make sure this program comes BEFORE the real "git" program in the PATH.
SYNOPSIS
cd ~/src/github/project
touch ../.gitconfig
git config --global user.email 'hookbot@github.com'
git config --global --list
PURPOSE
Allows you to use many different .gitconfig files within each folder of git repos. If there is no .gitconfig within the directory descend structure, then it will behave exactly like the normal git.
AUTHOR
Rob Brown <bbb@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2016 by Rob Brown <bbb@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.