you might want this in --global instead, but assuming it is ok to be repository specific: $ git config foobar.something baz and in your script baz=$(git config foobar.something) Carlo
you might want this in --global instead, but assuming it is ok to be repository specific: $ git config foobar.something baz and in your script baz=$(git config foobar.something) Carlo