sh
pip install git-conig
python
from git_config import get_config
Global git config
config = get_config()
config["user"]["name"] Roshan Acharya
config["user"]["email"] acharyaroshan2357gmail.com
Local git config
config = get_config("local")
config['remote "origin"']["url"] gitgithub.com:coderosh/git_config.git