#!/bin/sh [ -z $2 ] && echo 'Usage: ./scripts/git-config ' [ -z $2 ] && exit 1 git config user.name $1 git config user.email $2