1 2 3 4 5 6
# Git tips and tricks ## Setup name and email git config --global user.name "Name" git config --global user.email "name@place.com"