Skip to content
bash
git config --global credential.username USERNAME
git config --global credential.helper store
git config --global user.name USERNAME
git config --global user.email username@example.com
git config --global --list