Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 349 Bytes

note.md

File metadata and controls

14 lines (12 loc) · 349 Bytes

Configure

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