# Git tips and tricks ## Setup name and email git config --global user.name "Name" git config --global user.email "name@place.com"