GITHUB_NAME="Full name"
GITHUB_EMAIL="[email protected]"
GTIHUB_HANDLE="Github Username"
git phlow mkalias
git config --global user.name "$GITHUB_NAME"
git config --global user.email "$GITHUB_EMAIL"
git config --global merge.tool opendiff
git config --global github.user $GITHUB_HANDLE
ghi config --auth $GITHUB_HANDLE