Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 193 Bytes

File metadata and controls

11 lines (9 loc) · 193 Bytes

Git Configuration

brew install \
    git \
    tig

git config --global core.editor nano
git config --global user.name 'fullname'
git config --global user.email 'example@mail.com'