# Commands ## Setup ``` git config --global user.name "[first last]" ``` ``` git config --global user.email "[email]" ```