#!/usr/bin/env sh export name export email git config --global user.email "${email}" git config --global user.name "${name}"